Loading Tool

Explorer IconExplorer

Memory Pool

26,601 transactions
6.02 vMB
0.04296814 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 43.58/200 MB

Candidate Block

Mining Attempt 3863aff38cda17dfc541bd4368ffa97dc2aa4735f8da1cec817b8e48da6559dd
Version 20000000
Previous Block 000000000000000000021b497c4d33434100d408d0a7151ec3263bb19986820f
Merkle Root bcf856b06189d36ff0c9adf6eac4d9851623a7311eae219d9396cfcb98b60f16
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,671
Size: 1.00 vMB
Total Fees: 0.02926309 BTC
Avg Feerate: 2.66 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,122 (708,794 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
204,328 204,328 0000000000000476358a753becf6b5a4b342fec73a5fd393e00c5fe3b370eff0 0.15 MB 246 95
204,327 204,327 000000000000001497917bbc3c49100e706b3f66486bbed839788486256f0bd4 0.21 MB 537 141
204,326 204,326 000000000000035914c429e05759d6ecbc7da8380640981d9e45a89b1f90838b 0.05 MB 141 121
204,325 204,325 000000000000045d16f9d7951b499b50fd426f04690834bc820d8f0660284761 0.05 MB 142 234
204,324 204,324 00000000000005655196e0e5357568c2c7637fc6ba41805f3e551733ae0b9c36 0.07 MB 162 122
204,323 204,323 0000000000000499ce12f4c81346f0635f4b18209b3db41e03cc6d53f33e35ef 0.05 MB 127 139
204,322 204,322 000000000000041a7e2e1e95859e530112179104afce87cd6f03a7191300e60a 0.22 MB 269 17
204,321 204,321 000000000000019a8248e6cf866a96ddced9d4109d8bfb69322f508ea60418bd 0.13 MB 226 103
204,320 204,320 00000000000003c02e3846b33b8053416c9f2346492c2fe6397101c270990426 0.08 MB 95 54
204,319 204,319 0000000000000433c2d7cb81d0f158ff66f25c52cdafa92de9e47e2a167d442b 0.16 MB 394 175
204,318 204,318 000000000000033e579bfcddd5f1bf2ab104aa51c1c8117fbd047a7c97f48e07 0.22 MB 473 185
204,317 204,317 0000000000000403a1081e364737a285d4da6715d823747215b5ba259c2ee81b 0.01 MB 9 75
204,316 204,316 000000000000015a7bcc6f01da0b1c88bf0c25c9ea4de712c9ce6ecd9f2dabb8 0.06 MB 125 58
204,315 204,315 0000000000000190eb7ce9406f38c4074101559a57e56073c4a1b0cea5fafa12 0.25 MB 686 144
204,314 204,314 0000000000000382d3322eb1354f846c39aca1c8dd805a5db999b6ba3f2a67ad 0.18 MB 454 147
204,313 204,313 00000000000003756e1a862a0468d58ba06ee270af7acc7671c1d3a757f2bd3e 0.03 MB 42 28
204,312 204,312 00000000000004dd47a5bf5d3b8223576a9450775e1a113bfb76fe0d1487eee2 0.18 MB 416 126
204,311 204,311 00000000000001edcbacab1da1b4dd864b34dfc9c56848dbbb1176689de64837 0.04 MB 119 80
204,310 204,310 000000000000019c712cd547729795eafe81b6cb9c556b83de37d36b1355883d 0.10 MB 196 135
204,309 204,309 000000000000020f5ef8786fb9e86e9d3b57446a87605f765f0f9cdde7d5bfc9 0.16 MB 426 152
204,308 204,308 00000000000000fe652465ab0de82183475d2459d0b0f04bf8dce0c59853026d 0.05 MB 137 137
Previous 10 blocks ↓
Total Size: 779.07 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 81
    • Outgoing: 10
  • Data Transfer:
    • Sent: 120.10 GB
    • Received: 0.52 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.