Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

12,404 transactions (4.24 vMB)

Priority:

  • 1 sats/vbyte = (6 blocks)
  • 4 sats/vbyte = (3 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,629 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,894 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,628 (870,624 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
40,004 40,004 00000000506ae6b0f3ec8f199255b5ae6380cdcc4a2fb3c6dfdd0d6a06a91e81 0.00 MB 1 0
40,003 40,003 000000000d8af65aca9e0d33b30e364b691a1e2551e00343b7fad7b6f7382824 0.00 MB 1 0
40,002 40,002 000000001b25a3cb8b1a280c77f0f603dcecad693ef9d2134d566a58a3aea4d5 0.00 MB 1 0
40,001 40,001 000000004f5399dec71dd54b434bbb35a1c30488a37eadd9be7ee61399b4ac90 0.00 MB 1 0
40,000 40,000 00000000504d5fa0ad2cb90af16052a4eb2aea70fa1cba653b90a4583c5193e4 0.00 MB 1 0
39,999 39,999 000000002509f3a013a1d21b89fe33306a45b1fcbb485dd4d310e4f9b2c09945 0.00 MB 1 0
39,998 39,998 000000000f6eddf413649f8efeecbf82e7037b5e79c33644e79aaba59f66959f 0.00 MB 1 0
39,997 39,997 00000000357b8bfb8227fcbde6d1215247b45f91d789870997c0ce33f32aafb5 0.00 MB 1 0
39,996 39,996 000000005906da0a4073d61c76c60cc4a942c8dac9ce22cadbcd791e8c85b09f 0.00 MB 1 0
39,995 39,995 000000006cccbb6e1dea42554bc8b53f3a062abcd5bd5f4ccf2d54b212feb27f 0.00 MB 1 0
39,994 39,994 000000004a968f35d428265e777fee1747bdcba76320532578ac9ce256d08c9b 0.00 MB 1 0
39,993 39,993 0000000029b1aff1bb2a65d311f41d1ed0616712ccf35b412afd0334416a9cf1 0.00 MB 1 0
39,992 39,992 0000000089104c4853c69c3c274832be0303f5387a1c59f142ca4e61ac896ab7 0.00 MB 1 0
39,991 39,991 000000004fd2663eb0421f3fb0f4707f62f71fa273257406f8aab13e853d1e30 0.00 MB 1 0
39,990 39,990 0000000014e36d0b9d882f9adc10a3f43e66b407b2ffe7686526a3bb50581a0a 0.00 MB 1 0
39,989 39,989 00000000769b5add9f288739dae29ee3d89c04053781eeda098fc3c3258eb64b 0.00 MB 1 0
39,988 39,988 0000000015f1aff08662d2e346b35c297af71dbb600e41dd4c59c5917232d2e4 0.00 MB 1 0
39,987 39,987 000000001f58f2b6baa3e38b041e1721ff77a8558027eeb9eb101fd5988c0093 0.00 MB 1 0
39,986 39,986 000000003b649f26b3329622a90c13fdccd2b55daaa72b929c085b8ffa2b1d98 0.00 MB 1 0
39,985 39,985 000000001604b904eb1f510444a76587f59a8623433b888a4d3f9861608cbdb2 0.00 MB 1 0
39,984 39,984 00000000368ff0a5a56d87570ad5b3923d6a3019e4a52408cceae3407b6c68ae 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.54 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,264.13 GB sent, 121.29 GB received

Notes

  • This page updates every 5 seconds.
  • 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.