Loading Tool

Explorer IconExplorer

Memory Pool

82,300 transactions
30.16 vMB
0.13580141 BTC
Random Selection Loading Transactions
Max Size: 182.25/200 MB

Candidate Block

Mining Attempt b89fde5b65a08ca439238a36da164d1a84d772aff26d7538b2ec1141f7b891fd
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 0f994b9b96824c401ae94ee800f6d1cc9fecf4aec6c0a772f8d27749d10d443a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,254
Size: 1.00 vMB
Total Fees: 0.05641691 BTC
Feerates: 477.45 > 5.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (70,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
844,425 844,425 00000000000000000000b16143cb462b7443136b425447ee0c3bc69f0f953e12 3,048 1.00/1.00 vMB 20
844,424 844,424 00000000000000000002f849d96950872f16d478f3dc367fa824c82bd08c9fb5 4,092 1.00/1.00 vMB 8
844,423 844,423 00000000000000000000db1fdeeb0753f7ea909c23d9eade3b0a276390c1d6ba 4,053 1.00/1.00 vMB 14
844,422 844,422 000000000000000000033a0c5554c68b87a292e677975490ee8748c65e87b8aa 7,569 1.00/1.00 vMB 7
844,421 844,421 00000000000000000001ee650bcb900d9e86d0c7cce94a90e1627c80dd2bdf6d 3,650 1.00/1.00 vMB 11
844,420 844,420 0000000000000000000166a43ceac646c93fb2ae5de3753ee4ea44fb0dfbecd3 3,404 1.00/1.00 vMB 13
844,419 844,419 00000000000000000001f1b1326c3322bab7237f2f205aaa57354297bc3a845d 3,160 1.00/1.00 vMB 15
844,418 844,418 0000000000000000000142bf2f2df725f1e2e57db8ecede302997ad8be1aa894 3,254 1.00/1.00 vMB 11
844,417 844,417 0000000000000000000106bc985ff657d197fa2c1481120a64c8dc1274c47e65 2,472 1.00/1.00 vMB 12
844,416 844,416 000000000000000000029a76a416385210ab3493c53ac22805051d1c186af61c 3,077 1.00/1.00 vMB 11
844,415 844,415 0000000000000000000116d4b1a01386a55e188c5d1e249494a498d6f371dd55 5,914 1.00/1.00 vMB 10
844,414 844,414 00000000000000000002fb431296cf361d9970587af67daa424d1fe0d9a518fe 4,820 1.00/1.00 vMB 7
844,413 844,413 00000000000000000000139b41c50fbdfd5162887e2e9b9ff7c9fe26a29f84e8 2,800 1.00/1.00 vMB 8
844,412 844,412 00000000000000000000699d5a9bafeaabacea4fde3439880c95e65755edf724 2,815 1.00/1.00 vMB 11
844,411 844,411 00000000000000000002f131b7dfb6bbb8b0da697794cb1faf8646f55192ccf5 3,155 1.00/1.00 vMB 9
844,410 844,410 00000000000000000000f66327ae26b817f8862fa704c2aeca9e0d7b5480baca 2,456 1.00/1.00 vMB 14
844,409 844,409 000000000000000000024c5ee46dfa3cd253f1abf28527ea5852e137857bcd07 2,828 1.00/1.00 vMB 18
844,408 844,408 00000000000000000002fcc13d26e5b8bffa0ec2cc06d08e71617c0c422222d9 2,737 1.00/1.00 vMB 13
844,407 844,407 000000000000000000003b027ff31055d7812c14def04e32d8707b503cc00e05 3,122 1.00/1.00 vMB 23
844,406 844,406 000000000000000000025314c406634078c74daf6b4119d015a4fa00b6063cd3 3,876 1.00/1.00 vMB 13
844,405 844,405 00000000000000000000ab77f9c8d39aad708434c524e039b8bfc5cbac175b91 3,035 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.63 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: 672.22 GB
    • Received: 16.18 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.