Loading Tool

Explorer IconExplorer

Memory Pool

37,812 transactions
27.00 vMB
0.06377532 BTC
Random Selection Loading Transactions
Max Size: 137.39/200 MB

Candidate Block

Mining Attempt 521b5f99b6b0be1b5ece4fd5edc6f44e33a59bdb2f0b2831d6c7fb20d2bf5b35
Version 20000000
Previous Block 00000000000000000001e4b1a4e8cb31091c99e95f3a4b20f061a795889f3d3c
Merkle Root d50e520eadeae80d2bdcd7c1506a86de0a0417059269319c0fa2ede3282695b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,854
Size: 1.00 vMB
Total Fees: 0.01300984 BTC
Feerates: 100.28 > 1.30 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,650 (598,143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
316,507 316,507 000000000000000021fe3a6cd8c2d05600063d0a9a56ee0715a553c0014e4cb6 156 0.09/1.00 vMB 27
316,506 316,506 000000000000000016c3342ab6fe670298e7291732d6195149600c45fd3f1f40 530 0.26/1.00 vMB 31
316,505 316,505 00000000000000001f8076b5017546ba5f00d059fd3c280cfb0f53e92d9ead2e 482 0.28/1.00 vMB 27
316,504 316,504 00000000000000001e848634e2e5ec5fbd3dad8fc8d927e8a83ac784263e9dfb 56 0.06/1.00 vMB 4
316,503 316,503 00000000000000002164f1249e5c4f5e58684684c232b51608b7ce03bc1df686 1,133 0.68/1.00 vMB 29
316,502 316,502 00000000000000001d54adc8a152c798ddfe7d7f0d9386a2eff042479e2825ab 328 0.26/1.00 vMB 21
316,501 316,501 0000000000000000002d76090ebb4d8ec0bd7be9b9e1e7b99d865638fc0b18f9 317 0.21/1.00 vMB 19
316,500 316,500 000000000000000000488c87e3e88dad4688b5a3bd5281f592a3fdde9874d96a 863 0.43/1.00 vMB 32
316,499 316,499 00000000000000001f2514d2e0ce16ef0acca1707add27ba1b890dcf0019efa8 1,057 0.52/1.00 vMB 29
316,498 316,498 000000000000000008ed60319c6d950a85715a34039e18cc7b9f89c513f936dd 793 0.47/1.00 vMB 25
316,497 316,497 00000000000000000baca344cf765e1cae4207b87b3b6133fe8d9e96761e8f2f 576 0.41/1.00 vMB 28
316,496 316,496 000000000000000029d74ba8c8ae682d4378a6d7dee9a077b33572c8008f6df4 1,524 0.93/1.00 vMB 25
316,495 316,495 0000000000000000170b66b6768ad72bb7a18f9829e923d5ff16561959815cf2 1,217 0.35/1.00 vMB 61
316,494 316,494 000000000000000034256fdcc8bbaf6b39a3177083367bb205b258be8f193a78 882 0.41/1.00 vMB 39
316,493 316,493 00000000000000000994453431e1bdac2a00c1a2ab27cb6f52593f330af6a58b 614 0.38/1.00 vMB 22
316,492 316,492 000000000000000004861ee760fe1f328b3e34cfa2db5ab94174d3be0a0ac2d1 80 0.04/1.00 vMB 40
316,491 316,491 000000000000000022cc239d34465f4755c415b1071aff2072bec56e5b1e59e7 460 0.31/1.00 vMB 21
316,490 316,490 00000000000000000f3463debf697f23979bf6277acba5eb3e90fbd9bc7184ef 399 0.34/1.00 vMB 21
316,489 316,489 00000000000000001ae83b975ea0289014e9549feab3c321aedc77817c6f2333 1,877 0.93/1.00 vMB 42
316,488 316,488 00000000000000002cda41f92c334dd938c4d9a4380a07b101af2fbaea0823ce 187 0.11/1.00 vMB 20
316,487 316,487 00000000000000003148bd927a837eec6fda88ae623ca72aab7ade69ba85dbbe 1,202 0.54/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 781.77 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: 632.77 GB
    • Received: 12.15 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.