Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,445 transactions (2.55 vMB)

Priority:

  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (4 blocks)
  • 4 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
909,286 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,077 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,285 (890,283 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
19,002 19,002 000000001e5db4f8abc70499d90f188cbf3b3663d28fd618261ccfe6df47b606 0.00 MB 1 0
19,001 19,001 0000000061a6550896ec246858319b224275ef39d376da5c0b9dbaf5ad148ba4 0.00 MB 1 0
19,000 19,000 00000000794894208a98d6a323f37e23ead638bcaf3a2718c80a4cf5e846fd32 0.00 MB 1 0
18,999 18,999 000000002fd36681ab34bd9b234cf97ea524f501dd81723a2be68780edec8e99 0.00 MB 1 0
18,998 18,998 0000000058149a44d82b7648f21d8e24740696b925c1909c88f6687b2d5b262d 0.00 MB 1 0
18,997 18,997 000000005cca9291df707b7469466e17f4278bdf65904c0b9e21b99bddf280dd 0.00 MB 1 0
18,996 18,996 000000005f5a65ebfc14ea6ef02d4154cd1e8028cd3a192357d91322de64d44d 0.00 MB 1 0
18,995 18,995 00000000d83737d451e4f5f62f4b3d00a45185a234c18c0f0bbac9a65997c309 0.00 MB 1 0
18,994 18,994 0000000043397c58b52a7c0ac62705432f17ba541d1ed95861c0db0127d10f60 0.00 MB 1 0
18,993 18,993 00000000b586d604ecb82d8d93ec3f74e2e31976749c23278bc0265cd15fc68f 0.00 MB 1 0
18,992 18,992 00000000b4f436378de5f2ec5a8cfb6a888e604f6f940c7c15fb1b82f3d5c701 0.00 MB 1 0
18,991 18,991 000000006eaa10f2681066535ad0971ec5c12297262903e1f489ff1c2e10503c 0.00 MB 1 0
18,990 18,990 0000000000d2690bb4b713686d5a74109a5f8002ae76e8649465fd04ad63a572 0.00 MB 1 0
18,989 18,989 0000000024200a2e4c9f1cd3d34c90c2d33da1c29f4d2abdf8b6c4f644d6818e 0.00 MB 1 0
18,988 18,988 000000006dc85525681d444f9ff37ab9fcf7a0fc528be6009af02816371db412 0.00 MB 1 0
18,987 18,987 00000000e0b6e72c457ae052860450d6ddfd4f89421159a3a624906e9b2c25b7 0.00 MB 1 0
18,986 18,986 00000000f3465ea904281b45af4a21f5f304e77fbcf6fce66700c0f53aceaf81 0.00 MB 1 0
18,985 18,985 000000007709fc204446e4aa72d7048516e103e77223d8a39bb46537e9590b98 0.00 MB 1 0
18,984 18,984 0000000065b2bb1f122e5946e01323c4e985b9dba21e164618c96ba7278c4821 0.00 MB 1 0
18,983 18,983 00000000451797571df4fc3ef11854975ce21ef029834d9704f3fc904b43b091 0.00 MB 1 0
18,982 18,982 0000000075990c53da4fe199b5dde8d47f8dbaf3a2b5faeb21d3bde0fb522df4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.07 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,047.03 GB sent, 108.40 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.