Loading Tool

Explorer IconExplorer

Memory Pool

81,994 transactions
31.07 vMB
0.09860724 BTC
Random Selection Loading Transactions
Max Size: 188.84/200 MB

Candidate Block

Mining Attempt a9751f1a09da5c373d6328abc782a7ea4024caf0d58e813c510a2f014921d11a
Version 20000000
Previous Block 00000000000000000001989f6db1d6f3f0e853c7a7de668ab650133d23b899c9
Merkle Root f12fa5ec9f5dfc86dd4558e85f5f411286322262933cfcc07af9713407efe22c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,314
Size: 1.00 vMB
Total Fees: 0.02464225 BTC
Feerates: 150.77 > 2.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,375 (94,382 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
820,993 820,993 00000000000000000000c90b5ee05e181eeb0e4c809c1293e909d076a4566d89 4,691 1.00/1.00 vMB 111
820,992 820,992 00000000000000000002f713551fa5649ed7c8f9392938a3df9d65fd6f7e490a 4,610 1.00/1.00 vMB 102
820,991 820,991 00000000000000000002804d28c3c6285cb5a3928b6d20a1a03925d3cdfe465e 4,413 1.00/1.00 vMB 136
820,990 820,990 00000000000000000003fe423c5a1d73b94d234b1b50e0647b8f7f6afa986efd 3,785 1.00/1.00 vMB 127
820,989 820,989 00000000000000000003bfebda1fcb016220dd40c8f1df3d10ef5f59dfd2dcad 4,167 1.00/1.00 vMB 156
820,988 820,988 000000000000000000022ad81e29a8ff4917e694fe12de7b83a943fc07e4465c 4,417 1.00/1.00 vMB 165
820,987 820,987 000000000000000000011b274db72182744398a0c2b3768c5a8a09b35fd045aa 4,424 1.00/1.00 vMB 149
820,986 820,986 0000000000000000000366aa9d5637f88f5e36d564025d88791f4ee5c8d9ad4d 5,268 1.00/1.00 vMB 190
820,985 820,985 000000000000000000022535c01785eebe351d30dc6629d05c240f50d238d479 5,223 1.00/1.00 vMB 224
820,984 820,984 00000000000000000000329773bb8dd9bed3be8fc8ca5537a18730abce12afc8 4,719 1.00/1.00 vMB 148
820,983 820,983 000000000000000000026473236ad58236ce794cf703924f864a7239c9e88c63 4,795 1.00/1.00 vMB 203
820,982 820,982 00000000000000000002e9e7b4781a58ba3b50ce43f5aa1816a3c7e57958d5d3 5,049 1.00/1.00 vMB 124
820,981 820,981 00000000000000000000b617ead60bb863f9c9cf93a48826364dbb5af168a1be 4,353 1.00/1.00 vMB 118
820,980 820,980 00000000000000000002e10d9e5ee0d675f587ca59a2d57d181940a58da1496e 4,562 1.00/1.00 vMB 62
820,979 820,979 0000000000000000000412517702ba1ead0ed162564ed8b74ab3cda5488aceee 4,148 1.00/1.00 vMB 67
820,978 820,978 0000000000000000000059ed1fe109b3e9f8f8578728a1dae2f99ca96ffeaa86 3,918 1.00/1.00 vMB 60
820,977 820,977 000000000000000000037f23992708fa9382f0093527acebbaa5a75aa8d9b506 2,464 1.00/1.00 vMB 47
820,976 820,976 000000000000000000020b458dc0cba103a2e8e2772030f2ca49e61957619e56 3,223 1.00/1.00 vMB 53
820,975 820,975 000000000000000000029a7c6c58da5284f8168899fe42d2cbb0c7f11a459c89 3,242 1.00/1.00 vMB 55
820,974 820,974 00000000000000000002364b54dde9f708366ec0f8130520e4175cab2a3b0e3b 3,358 1.00/1.00 vMB 53
820,973 820,973 0000000000000000000087e8846a9b83596f51299944d75a8fcbdb58855200c4 4,004 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 783.04 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 720.20 GB
    • Received: 18.15 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.