Loading Tool

Explorer IconExplorer

Memory Pool

31,998 transactions
26.15 vMB
0.07018893 BTC
Random Selection Loading Transactions
Max Size: 130.61/200 MB

Candidate Block

Mining Attempt 53b648ccc5c2924bba1b3b2c43c39c477077c099d7ede10ed05521a74c5d627b
Version 20000000
Previous Block 00000000000000000000f40d95165f1e56554a1a7c25dc329e090a256a29726d
Merkle Root 7823d09fed0d8ffb5d5017466b08635b0b295b9401a3755c8f66ebbe8ef04785
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,900
Size: 1.00 vMB
Total Fees: 0.02221337 BTC
Feerates: 477.45 > 2.23 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,281 (801,819 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
112,462 112,462 00000000000026b6ecf7c92bf8fc52e45171ee3be0394d355b5c2e413e2bb630 1 0.00/1.00 vMB 0
112,461 112,461 0000000000008149005eb1c84d0186c347dac20f41ffcad1f3090ab9a47089b1 2 0.00/1.00 vMB 0
112,460 112,460 000000000000dccfba05cdf8c141fff22dfb59b97f618f2fd0098eb6b3eb58a4 1 0.00/1.00 vMB 0
112,459 112,459 0000000000012911ad332b51c77266274d2c4f86e3d527157ae86b2ddb41f320 4 0.00/1.00 vMB 1,367
112,458 112,458 0000000000007bae393c3c16424be19e346691c0b26e11272377baaec3f184db 17 0.00/1.00 vMB 242
112,457 112,457 000000000000c7fead4b1e567550a3609f224e8f405b8ea971cfe97c1f9d9b63 20 0.01/1.00 vMB 146
112,456 112,456 000000000000a48fb9f05290eae6f75ffaadc588cf5516da263c846ea94330f3 1 0.00/1.00 vMB 0
112,455 112,455 00000000000018781570dacbecd90c419627a51b57e809ea75b97f5bbeabff0a 17 0.01/1.00 vMB 1,376
112,454 112,454 000000000000e7cefa58e5e52fdc2f7a9a8ed9f673ac693d4ca0622547b0da1f 1 0.00/1.00 vMB 0
112,453 112,453 0000000000005fe8c895cb97311dc6decd080c4fe7dd15a81c8f6f71cb8ad4b5 1 0.00/1.00 vMB 0
112,452 112,452 000000000000eaae37554d1bd3c935bda39f090bea92b81c02b77b198a95ee28 1 0.00/1.00 vMB 0
112,451 112,451 00000000000029b1a5958ce5c929a26d80b91f2e87b7e0a9139b2284f3bb528b 2 0.00/1.00 vMB 0
112,450 112,450 000000000000ed8b8f2fb701667482d9afd5de06d4f148477dc9f220abb45a97 2 0.00/1.00 vMB 0
112,449 112,449 00000000000064597b9de1495d515dcba2aa75294c6df06420e1dfb43d9558d4 1 0.00/1.00 vMB 0
112,448 112,448 0000000000009f0a70a77bee4b9cf48f2bd70548e572755e2029a18083371811 3 0.00/1.00 vMB 1,512
112,447 112,447 0000000000004205cdbf0e8739e94ec28431b962b7189395bc809f06039710df 2 0.00/1.00 vMB 3,875
112,446 112,446 000000000000646a18445300965e43020356cc9df020d334895516f9a2178c13 1 0.00/1.00 vMB 0
112,445 112,445 0000000000008ca06830f1ee94d10046614497792e929ecfb45aab8dcb2c4a83 3 0.00/1.00 vMB 2,074
112,444 112,444 000000000000cb8c76e6adbedabfc076930dd1e5cac8efa4453cbeee818cbfec 5 0.00/1.00 vMB 0
112,443 112,443 0000000000004d419de687d92cc62d34fa7bae5ef20ceb0aecf604ced7dc7bad 25 0.01/1.00 vMB 0
112,442 112,442 000000000000fd57cb6bb1d0a2fdab96b686173934126fb4d1000f7811be04b1 11 0.00/1.00 vMB 1,083
Previous 10 blocks ↓
Total Size: 781.09 GB

Node Details:

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