Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

731 transactions (0.40 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,608 000000000000000000022cb30000000000000000000000000000000000000000 0.40 vMB 725 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,607 (846,665 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
62,942 62,942 00000000079f1020f581722767ec55e8d07d80e22018e24eedb73a98894b5a69 0.00 MB 1 0
62,941 62,941 0000000001822806be0ace11c0d51e1eebcac95c085310795b09fb91995a575b 0.00 MB 2 0
62,940 62,940 000000000a8e4c151715fde7440d8896e2f512e5f06cf58f3ec87eb1653c2a8a 0.00 MB 2 0
62,939 62,939 000000000b704cc35056b69cc78a4f3db2e99b7bb766dc2097ad944e0830ecdb 0.00 MB 1 0
62,938 62,938 0000000005a7dad08b940847e17db7337b5ab9c9a2fda0829e7616ab272d2079 0.00 MB 1 0
62,937 62,937 00000000042035d0f2966ee91229c5db93584a5adee0b5350794a0d586bf2cc6 0.00 MB 1 0
62,936 62,936 000000000cd629fc7cd77ff8284b074f2e36c62760937e8f85fa8b0f41211dd7 0.00 MB 1 0
62,935 62,935 000000000728c346c6f7cc479091cc480be5ff89a52d8e8eba3a07eeb0b6494f 0.00 MB 1 0
62,934 62,934 000000000c8911b55150a27d0a7cad347613621758653bb010c923463666879f 0.00 MB 1 0
62,933 62,933 000000000514184d7051b5d4199d3968cccea6e568a3f55c3c59276ca8aa8d71 0.00 MB 1 0
62,932 62,932 0000000009847e43cb1bf145ea7d70ee0c7979f2fa6a060a9267a2576edb7fb1 0.00 MB 1 0
62,931 62,931 0000000004005409fc44ea03b8be417aa500efe8e901493f7de77ef7d822ffca 0.00 MB 1 0
62,930 62,930 000000000687e91b332153eafef01c6e28a72542a07fcae87043336e8c207aaa 0.00 MB 2 0
62,929 62,929 0000000001a0daf1b4ede2eb1f5848e1c65ce19c84065c083a64f412328f2474 0.00 MB 1 0
62,928 62,928 000000000a8ef8c3cb4a4e1b4894b33e111b4c98fbb1a87f94cb047dbc06b6ed 0.00 MB 2 0
62,927 62,927 000000000b7bac545356f7b24c0ef165fa10060c09bf8795a6b1b885625a64a5 0.00 MB 1 0
62,926 62,926 000000000418d5515c87231d99559fc476ce433a0c446f9efe8a5a87493f13a3 0.00 MB 1 0
62,925 62,925 0000000005679bf650726ae3f8a339889457b36e4ba2a54864cc31f9b5551e66 0.00 MB 1 0
62,924 62,924 000000000b88fb926c83c8f1235d9d18f9749c076b723e9392875b8c921bcdec 0.00 MB 1 0
62,923 62,923 00000000079aecddf46050cad0b37b657021384ec4c50dcb97ce7ab1fe3197e2 0.00 MB 1 0
62,922 62,922 000000000503a81a268bb48b7093070f57ca89fe0daa93306b7a22356507ec9d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.68 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,100.51 GB sent, 111.70 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.