Memory Pool Memory Pool Refreshing

8,132 transactions (2.26 vMB)
  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,430 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,874 (856,504 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
52,370 52,370 000000001f465b1e9d4a97ad0f6051adb3793eb2de11225d61b658d95e381705 0.00 MB 1 0
52,369 52,369 0000000014d3c3a6d09eca637472f0b35809cf7fadfb918e69c502f25e4577b6 0.00 MB 1 0
52,368 52,368 000000001d0475c43bd7997cb6197e6eb0c94db595b0a4ce99aada912267288e 0.00 MB 1 0
52,367 52,367 00000000143240a92a205c46b3cfb826913fc78b3f4d2599b8a29642080f7ad6 0.00 MB 1 0
52,366 52,366 0000000016323f4a2130c1733ae796596cc7540cf3c8a1b27b49f4dddd671ced 0.00 MB 1 0
52,365 52,365 00000000017cf4e052ca38e799ab8244829755b387c64d9c4f3839e96d868a87 0.00 MB 1 0
52,364 52,364 000000001e7ad565f857963ec4ba38594260fa0b1f30c27857e00b3be768401c 0.00 MB 1 0
52,363 52,363 000000000283931eea01384be90be3e2df3fc75cb0540d4e2fc1380cf80b4c9c 0.00 MB 1 0
52,362 52,362 000000001d0f4c77501c3b35b71221eeb681e014813176ddc7335d6920c7280c 0.00 MB 1 0
52,361 52,361 0000000006b8f8cdf39cb41a3a9e6e5d77a8374e9344b88e4252d31eaf58c023 0.00 MB 1 0
52,360 52,360 0000000015cf2d371161470b95c62df4a920329bda87b6319bea83f6968c65b4 0.00 MB 1 0
52,359 52,359 000000000b96a35d093827a6bb4bafba4c712fda9fc64c77c871727f7a239aca 0.00 MB 1 0
52,358 52,358 000000001b8ce4fe0128b7debb8c6f7966396c3814d67115f806cf1ba1a385af 0.00 MB 1 0
52,357 52,357 000000002085704135d432eebb1c7f03b7468fd549912fdb19a664ce7a2ce5cd 0.00 MB 1 0
52,356 52,356 000000001d3c1ec118b5ebf8c3fac78110f999aa83a5c877ad4f385c232e22d6 0.00 MB 1 0
52,355 52,355 000000000ff4d92906af369c2b1be03a40d660a52c9b8832ae3d58d3a4fc9c74 0.00 MB 1 0
52,354 52,354 00000000004bd6b4d5de1ffb22038b2618146eef7253c9059a3aa0ba48e57c71 0.00 MB 1 0
52,353 52,353 000000000b1ca62860b1d830637126daf66a78492dbef3e5d7f44d5e80796095 0.00 MB 1 0
52,352 52,352 00000000034485a9b16075b6376b33cee47358caab1cb159e30fd86149bdd2f7 0.00 MB 3 0
52,351 52,351 000000001ad7b604117de49a03a202c9aab1bf5f579a6f3bcbc789359e1b4514 0.00 MB 1 0
52,350 52,350 000000001aca637ecda98794cd739908c6e28f578d2536f9eedcf8e6922c0cb9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.32 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: 1,862.69 GB sent, 103.75 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.