Loading Tool

Explorer IconExplorer

Memory Pool

79,826 transactions
30.02 vMB
0.07741028 BTC
Random Selection Loading Transactions
Max Size: 183.91/200 MB

Candidate Block

Mining Attempt 3c4e3ed7fdd9254216a5efda4844d25d54f6e8245c854b586073279caff9e0a8
Version 20000000
Previous Block 00000000000000000001a02cb6d4fbacf8844dee7e1b84f92a84ac70592c59af
Merkle Root ea9ddc623c2d947d8b33dfe98b92be4b52d07fe594cc30838bb1a1451a4024b1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,917
Size: 1.00 vMB
Total Fees: 0.00952932 BTC
Feerates: 104.17 > 0.95 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,381 (398,807 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
516,574 516,574 00000000000000000015cac0efbd494c7eb54a79385e0750655fc8e31a7a596c 1,079 1.00/1.00 vMB 16
516,573 516,573 00000000000000000006b0e34666de88a9619f9024d6d3dccf2ab1f3d4ad7607 1,101 1.00/1.00 vMB 17
516,572 516,572 00000000000000000023874b16dc709c0f91710a5f4fb9cb81fe8d746718bcf3 2,042 1.00/1.00 vMB 27
516,571 516,571 0000000000000000002406272145deed585c263f20844e79a8d976bd98cbbb8d 2,125 1.00/1.00 vMB 36
516,570 516,570 0000000000000000000f9858d66a7cc4c241625a015018aec7fbc7210c71dfd3 151 0.08/1.00 vMB 37
516,569 516,569 0000000000000000001333a3e9df44e8b7c574a96ecb45e5fb5b8faf44d5db76 1,389 0.66/1.00 vMB 23
516,568 516,568 000000000000000000170d703eae95fd2953f24e802354fe84d4f4d132efe0b2 1,100 0.64/1.00 vMB 28
516,567 516,567 000000000000000000376f2e4898ff0895ff73ecefe7ef936cb65dfd2c80be74 373 0.34/1.00 vMB 7
516,566 516,566 000000000000000000129a4d1d61d99a6ee9045763c0fecb0433e2616bc2758c 1,492 1.00/1.00 vMB 31
516,565 516,565 0000000000000000000097bf55712c8a8315858b71d009bf773f06aec69f601c 1,465 0.75/1.00 vMB 4
516,564 516,564 000000000000000000036bcb7191e2552339e42e0175971d0a64d63e274f7834 2,175 1.00/1.00 vMB 8
516,563 516,563 0000000000000000000dd0ff1028c254e69cb00e05ae69b53cfaf61831f464b8 2,107 1.00/1.00 vMB 52
516,562 516,562 000000000000000000401d4a8af27ccf1bcddd8897675b8d61c37b43c7d30401 2,520 1.00/1.00 vMB 5
516,561 516,561 0000000000000000002d9ec15f0a40dac286c1acb1c706e68206cdaa8e31768b 1,188 1.00/1.00 vMB 14
516,560 516,560 0000000000000000003d812b993b416e5f833c73695f921e978ce06e2be67263 2,451 1.00/1.00 vMB 46
516,559 516,559 00000000000000000020b1344ac5132321b7d768e9fac5da3f33476d23bd49af 2,282 1.00/1.00 vMB 36
516,558 516,558 00000000000000000037e232adef33fb31986190f3a736526b1df1e4b664fe71 1,244 1.00/1.00 vMB 13
516,557 516,557 0000000000000000001a309da2ca4180bb8e1efb50cc457951233039a736958c 2,055 1.00/1.00 vMB 46
516,556 516,556 00000000000000000006920fff6625b489e43dcfad14f8425d60f3d8f6981b8e 545 0.23/1.00 vMB 44
516,555 516,555 000000000000000000019918b092760fe20cc0b3e85527aa0544165fd75044d3 1,254 0.62/1.00 vMB 26
516,554 516,554 0000000000000000003f0a4113fbfe33da6ec871ef2b2a1e522bc33e44d518ae 1,963 0.76/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 783.05 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.56 GB
    • Received: 18.19 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.