Loading Tool

Explorer IconExplorer

Memory Pool

77,358 transactions
28.88 vMB
0.09989916 BTC
Random Selection Loading Transactions
Max Size: 175.26/200 MB

Candidate Block

Mining Attempt 98baa8f8e51dacd73de2a6fc92eae4923a3e4cb0875e9a2d2902c3b6e8f47349
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 44b98204e30e28d334b271508492a4669097228da369640003d293581a86e506
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,588
Size: 1.00 vMB
Total Fees: 0.03118371 BTC
Feerates: 180.82 > 3.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (429,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
485,501 485,501 00000000000000000115ace790f85fb97189598262cf307526e1fd015b1e256e 2,046 1.00/1.00 vMB 56
485,500 485,500 0000000000000000005a03a4c35eda186a0ca53d0db862e3b1a14b02c0d18cff 1,742 1.00/1.00 vMB 146
485,499 485,499 000000000000000000d419c153a1e5cfffad9df26e6f924c947f9db719258326 2,190 0.99/1.00 vMB 184
485,498 485,498 000000000000000000ba0a9daf0ef1ad6d6d3e0282f5d9311dd188ce8292c01e 1,176 0.53/1.00 vMB 15
485,497 485,497 000000000000000000f3f9dfb82a8d5e5649ecb205f9bef69461ad9eec4a670a 2,014 1.00/1.00 vMB 131
485,496 485,496 000000000000000000b9d080fce5aee5fc9fd7cc6680e92bd5cb6ebde60b4aec 1,887 1.00/1.00 vMB 151
485,495 485,495 0000000000000000012198803f755fb6a3d0a1e248dc6d44cb7f1b168ebbf1c5 16 0.01/1.00 vMB 805
485,494 485,494 0000000000000000005a768b388a462a6340a3cec70c866338801a96cac44e9f 674 0.29/1.00 vMB 52
485,493 485,493 00000000000000000076cae7f4df5fb991bd3b9ba471baf9e9a4c63367d924ad 2,150 1.00/1.00 vMB 51
485,492 485,492 0000000000000000005c74bf616055f39c04736b9a51d9e6095c33789bdc2ecd 1,719 1.00/1.00 vMB 140
485,491 485,491 00000000000000000110dd1610b3b494269d252bb50aad05a3bcccc390b68f64 1,625 1.00/1.00 vMB 171
485,490 485,490 0000000000000000011b11607a185dee7e9544599f46a48f77619ce58207da8e 301 0.12/1.00 vMB 97
485,489 485,489 000000000000000000df2449f82d5a027b3656a9164f4a075c58ab86ad35a38c 1,041 0.51/1.00 vMB 84
485,488 485,488 00000000000000000023882234a2ac145f05967012ede607649bdc2658343de5 1,784 0.99/1.00 vMB 107
485,487 485,487 000000000000000000d668f40b6bb740a455a4c392dc37ee839c06b450939054 1,256 0.56/1.00 vMB 96
485,486 485,486 00000000000000000093ebe983e10b389170e78195e18a6851415b8f7ba8b459 908 1.00/1.00 vMB 32
485,485 485,485 0000000000000000004c1c55c0b09e3fdd0a24b2a4d0dfe07f38436f7e515b5f 2,365 0.99/1.00 vMB 20
485,484 485,484 0000000000000000004fc9d1ea29137d8026e8c86e98faf171ff5edc89aa8029 1,415 1.00/1.00 vMB 34
485,483 485,483 00000000000000000099dffe46ea96e1f582639cd161db9295ab2d91e26c7a6f 2,174 0.97/1.00 vMB 20
485,482 485,482 000000000000000000d940bd724c72f0b4e1f4150e3bcd54780181d5f7240e1e 2,106 1.00/1.00 vMB 108
485,481 485,481 0000000000000000009c98690e816e5e01294a4f36b3105283d1b23d69907c7e 1,648 0.99/1.00 vMB 181
Previous 10 blocks ↓
Total Size: 782.86 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: 712.90 GB
    • Received: 17.24 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.