Loading Tool

Explorer IconExplorer

Memory Pool

18,989 transactions
16.39 vMB
0.03641166 BTC
Random Selection Loading Transactions
Max Size: 81.55/200 MB

Candidate Block

Mining Attempt 922f360a3b4652d3e517e853321ddb7065c864c3b6044522a32e66c30a7deed5
Version 20000000
Previous Block 00000000000000000001e012a03a86db87de0c816312467afbfd511e206a6de7
Merkle Root 5d5afaf8fc54f3c0921a57c0fc6b63bf5fb44e26053ece0220d0967e01e6dd04
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,492
Size: 1.00 vMB
Total Fees: 0.00683340 BTC
Feerates: 77.35 > 0.68 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,137 (904,256 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
9,881 9,881 00000000305fd11c9d5e286ab19b452848a784abc927905d8d91e57928114f85 1 0.00/1.00 vMB 0
9,880 9,880 000000003abc5f04a0388406a3f268716e293394f6824f8e05b8808fcba633c0 1 0.00/1.00 vMB 0
9,879 9,879 000000003d6d7481a0c36a44a14d64d1ffecf63416394195ddf3dfe8e2d02103 1 0.00/1.00 vMB 0
9,878 9,878 00000000eb14c7b934c0860a83bc872c9a4571d8704ba1e9bc37bd2e797d772d 1 0.00/1.00 vMB 0
9,877 9,877 00000000260d7ccc02770bc2c828a2d8fedcb2c5a78b0325b913bea9317c0b17 1 0.00/1.00 vMB 0
9,876 9,876 00000000f22459f7fb26c871a3948e0a604da5c59d62ba7fe3a48df558089293 1 0.00/1.00 vMB 0
9,875 9,875 000000000f2517956407661789046380936c43f6e1d760bf27aab5f27020d611 1 0.00/1.00 vMB 0
9,874 9,874 00000000e6e807e81755db9421d65e1017661109e9270913cab0283fc94acc1a 1 0.00/1.00 vMB 0
9,873 9,873 0000000049adbeeca7fb22c980d0788eb83188c1481fddd6009519d2c9dcfea6 1 0.00/1.00 vMB 0
9,872 9,872 0000000096fed37ea3ca79072dcd1deb328413843550fd271a01bc4e56ea4854 1 0.00/1.00 vMB 0
9,871 9,871 000000006d3d2980b9c32d15159d096877af85bfae5477556f5609bdfe6f9727 1 0.00/1.00 vMB 0
9,870 9,870 00000000f2c4d9b29a159aea94962590b23485560002754f850b77931a5e075e 1 0.00/1.00 vMB 0
9,869 9,869 00000000e975fdbc72e2f3120a5692299a08d1119f4d31f1f78298f98f3f6b81 1 0.00/1.00 vMB 0
9,868 9,868 00000000dcab851d8c02e5bf448c9c3e778ed197739979713d12ba7447ba8005 1 0.00/1.00 vMB 0
9,867 9,867 0000000074642394974015239b42465e8e4cc7636dfac0f645e20ac68daf4dd2 1 0.00/1.00 vMB 0
9,866 9,866 00000000e99b6bda0cbf779eb661b874d5f6f450a0616bb9d9942b4929feaf97 1 0.00/1.00 vMB 0
9,865 9,865 0000000056bf00aa4411511ce55bc7597eccda1319659a6ad66fdf3aee2efae0 1 0.00/1.00 vMB 0
9,864 9,864 000000005429a2999e0951cb13d1d5fcc85c828a10bc610d1762bfae57f19a49 1 0.00/1.00 vMB 0
9,863 9,863 00000000fc83cbb1e767d47abc264cc621604725a1f3ff04d8a52b5b11b453fd 1 0.00/1.00 vMB 0
9,862 9,862 00000000b982f25db874647197e4614674236f43726e542a9b8ad2a937b50f18 1 0.00/1.00 vMB 0
9,861 9,861 00000000302e1d04f9e1e103e1ea4b86bb43bdb6faa71f73623e121dee1412f7 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.84 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: 562.44 GB
    • Received: 7.46 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.