Loading Tool

Explorer IconExplorer

Memory Pool

79,174 transactions
29.69 vMB
0.07504621 BTC
Random Selection Loading Transactions
Max Size: 178.02/200 MB

Candidate Block

Mining Attempt 6c758f3813fd985f8ce7072dd2d2e2910364b1d19a59acb52cba90e9e295b76a
Version 20000000
Previous Block 0000000000000000000135a2d0bec06965c586c49ebfdec65261090f168854ee
Merkle Root e2cf98e43157fa962e8f45a50b9d4af3e560cadc56179b90e0a9f3fc6688a832
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,911
Size: 1.00 vMB
Total Fees: 0.01437633 BTC
Feerates: 150.77 > 1.44 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,995 (369,540 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
545,455 545,455 0000000000000000001dc7ca5c0cfc03508c5ba9d5df30d3e0551af178f1cedc 2,230 1.00/1.00 vMB 11
545,454 545,454 000000000000000000013b0e05839f68cfd74ba8b2cd6823be78d33286b2d614 261 0.23/1.00 vMB 43
545,453 545,453 000000000000000000141d82cfeaffb5a53d4df246865488c5592d3934aa0933 2,636 1.00/1.00 vMB 18
545,452 545,452 000000000000000000072100d5c281e4b5f50dddeff98730761f03bd3f73b3d8 1,804 1.00/1.00 vMB 26
545,451 545,451 0000000000000000001b91ccbf3af5d9e201ee78990db0995d8ff4624e18607f 1,839 1.00/1.00 vMB 5
545,450 545,450 0000000000000000000567db512fd6181f035869ac34dbe69413d4900afd1f42 1,748 1.00/1.00 vMB 3
545,449 545,449 000000000000000000013f4100c90d058f087a1e83a0d62e832c51dc126dbb8e 2,524 1.00/1.00 vMB 4
545,448 545,448 00000000000000000003117e31b063430974b42f1e696f7eccea3ae82013f132 2,699 1.00/1.00 vMB 36
545,447 545,447 0000000000000000000de3a8249dd3f484e034a6089a26626a946c4d9ef5bca1 2,566 1.00/1.00 vMB 16
545,446 545,446 0000000000000000000c55129cfca7ba6188b1c4d2d331b8c913745921ab5d48 2,099 1.00/1.00 vMB 7
545,445 545,445 00000000000000000022fcfd93a3ebcf1a1a6d00544f6149d7c1d56128daec86 1,900 1.00/1.00 vMB 4
545,444 545,444 000000000000000000087850956e842d76c17ea26d2be421f721225602a1c824 2,535 1.00/1.00 vMB 20
545,443 545,443 000000000000000000169d3b1f409f7257663ebd0c44ab6fd2482a1d498e63b8 2,409 1.00/1.00 vMB 35
545,442 545,442 00000000000000000002d9ef627722df68fcdbe4dbee524e36b84aa49c8ea262 1,339 1.00/1.00 vMB 8
545,441 545,441 00000000000000000022c565d7e7cea8f05a19b21ab0ceefbca5be697ef5ed7b 1,238 1.00/1.00 vMB 10
545,440 545,440 00000000000000000016b28ce0559a0e5be67ebc4187ea365ce268f07a996bfb 1,332 1.00/1.00 vMB 6
545,439 545,439 00000000000000000016d442bb7a42f2b45346f20d4648aef14ff06628ba3082 1,861 1.00/1.00 vMB 15
545,438 545,438 0000000000000000001b20c6d6e118b588cee9097e0f929a4abfc7243c0cfe94 2,606 1.00/1.00 vMB 3
545,437 545,437 00000000000000000022182c883a86fbbaafd564866687fb9c734deb3d245092 2,228 1.00/1.00 vMB 28
545,436 545,436 0000000000000000001b87b15b6acfb026c87d5a31286ebaf5dc4bafe344657f 2,988 1.00/1.00 vMB 17
545,435 545,435 0000000000000000001682f4076999a16fcf75aba5418d0286bb7d9dd3818260 1,286 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.38 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: 664.45 GB
    • Received: 14.98 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.