Loading Tool

Explorer IconExplorer

Memory Pool

53,855 transactions
29.78 vMB
0.10524532 BTC
Random Selection Loading Transactions
Max Size: 159.96/200 MB

Candidate Block

Mining Attempt 57a9893992c1ef98c2306ae50d1a4493359bcd8f694080215c1294bed04412ad
Version 20000000
Previous Block 0000000000000000000086737fba9a33bd6932388559488701a76c615d9b1e14
Merkle Root 9a24bac36f262e3417657b4fee3ffd8767005cc9b65dfbad1dc1d81981bac2fd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,765
Size: 1.00 vMB
Total Fees: 0.03260658 BTC
Feerates: 150.77 > 3.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,714 (238,028 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
676,686 676,686 00000000000000000003aa802148acae8281e4c206d009cbcbd8990035604cba 2,590 1.00/1.00 vMB 39
676,685 676,685 00000000000000000000b86fbce039420095e27f1f9d4ee40c6acdd6ce2d7878 2,478 1.00/1.00 vMB 21
676,684 676,684 00000000000000000008d049d62c3c00cfbbd40f45e08a1f613ed04aab25efbc 2,650 1.00/1.00 vMB 42
676,683 676,683 00000000000000000009760fb5221c37d4bfc6cd7acbdc0c5103444b484ce062 2,329 1.00/1.00 vMB 60
676,682 676,682 0000000000000000000c8809ecd36670e7ee8220b67d8f2e389298c0567cf54c 447 1.00/1.00 vMB 64
676,681 676,681 00000000000000000002ca5cb9aaad85bbc2f9bc830e6097c919e58f8e0c829e 1,037 1.00/1.00 vMB 20
676,680 676,680 00000000000000000006d0a46a602077639c848fce64ae4743d016ffa39a66f9 2,066 1.00/1.00 vMB 27
676,679 676,679 0000000000000000000835f11bb251e71f7e1722672fb373bda17e5526a4c6d6 1,468 1.00/1.00 vMB 19
676,678 676,678 00000000000000000004c4eee9cdcb36c1541c6ce9096214e0b00e7d3227781d 1,888 1.00/1.00 vMB 33
676,677 676,677 00000000000000000001b11d2caa017ecef4b3698ac613c526a8f8ad3fac2c1a 1,347 1.00/1.00 vMB 19
676,676 676,676 0000000000000000000cd1d4b0e1256b9799bf67dec26e7588b4cf63ec5bc19c 2,524 1.00/1.00 vMB 37
676,675 676,675 00000000000000000006f76cdbd16ba9ae8a07cfb5c732b19fe298ed41744225 1,564 1.00/1.00 vMB 36
676,674 676,674 0000000000000000000c9b46b1101de54de6cf9cfda6fceb9cceb2310dcfdd0a 945 1.00/1.00 vMB 16
676,673 676,673 0000000000000000000253da14c8f064ba9b49c9689c08fea4d3b441aaa0ef41 1,280 1.00/1.00 vMB 15
676,672 676,672 000000000000000000090a9152aaaf9403f5a3f0b3c6fcdb0306e1e0bd36131c 2,179 1.00/1.00 vMB 41
676,671 676,671 00000000000000000000fef42a7ef9528d211735af7d636ddc7a4b0830c85082 1,405 1.00/1.00 vMB 14
676,670 676,670 000000000000000000090987d7b96c4424fe6c3fcc036be7d9274b3d445aaf8c 1 0.00/1.00 vMB 0
676,669 676,669 00000000000000000005b71e8367f378419eeb94fe157b54687fa4aad7e78dfd 1,700 1.00/1.00 vMB 19
676,668 676,668 000000000000000000044a1ec597cfc7255b60bd217d50fa28978f001d7b714a 2,119 1.00/1.00 vMB 16
676,667 676,667 0000000000000000000129ce6729338fd17fe710bad4424c678f866d6bd3e287 1,934 1.00/1.00 vMB 29
676,666 676,666 00000000000000000001f68326cd11b44e833511e78f00284ca191d06fb0a37c 1,483 1.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 781.89 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: 645.16 GB
    • Received: 12.69 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.