Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,074 transactions (3.26 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: 18/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,287 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,180 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,286 (831,913 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
77,373 77,373 00000000003a6ead7a1311446fc1849d32544d5bddb693fd1844dd3e35a9f20b 0.00 MB 1 0
77,372 77,372 00000000002bcf441976809c56349668bb2b47a1432a25c86a2ec30634bab7d5 0.00 MB 1 0
77,371 77,371 0000000000009a688ed4bf8cfddf4dbeb8a910efe99f6bb877ff55e3679a994f 0.00 MB 1 0
77,370 77,370 0000000000140c3555eae97756ceb4f596a58086d1d9c70f9c8835a4254bcd1b 0.00 MB 7 1,449
77,369 77,369 00000000002d12a37525546d376f8d2c62c68213d13d1b5e1b7940862a48c9e0 0.00 MB 1 0
77,368 77,368 00000000005346b4808f0e225dcfaa43e75b8b0b1020bc8a385d2262a388cd22 0.00 MB 1 0
77,367 77,367 0000000000335abd87ad357af08d620c049c9532e15988cac011ab1becb3a2b1 0.00 MB 5 0
77,366 77,366 00000000005deb1cb2c0e39e00d7fce8bbda0e0132ee325391d8a4c19313bfe8 0.00 MB 1 0
77,365 77,365 00000000000bc7a39b446096ea2034f4a8a4b7034ec6f4e79c10b6be85ce6bf2 0.00 MB 4 0
77,364 77,364 000000000018eac952ffabe5b1d3ecf6c99876faabbd369beaa070f197f27f99 0.00 MB 3 0
77,363 77,363 00000000002732507a734dfe8957b478403e14811b4d7fc29a9f7979efa36fc9 0.00 MB 2 0
77,362 77,362 00000000002e8a38f71963c959e06b973c4a2a1126c394596e82de277dd81a25 0.00 MB 6 543
77,361 77,361 000000000055efc70d39bb58f2c95d5197b22fcb21dec36493d2539b55470c3b 0.00 MB 2 0
77,360 77,360 0000000000266d5b8cb89872d75e32643d077fe939d278d9cec845e490148b25 0.00 MB 4 0
77,359 77,359 00000000003621800aa5b8f340006151e6d10eae8d493a663b59765db1eef77e 0.00 MB 1 0
77,358 77,358 000000000038a823792a19b985a4b172ca390f1ec02aec2c72507a28c180709d 0.00 MB 1 0
77,357 77,357 00000000001cdfeaacd864ff79c7237c4434e0e7b87e680f41a53da1c6116992 0.00 MB 1 0
77,356 77,356 00000000003bccf09f6e0179eddd1ab7721ce02f25d305b06b8a5b4173624fd2 0.00 MB 1 0
77,355 77,355 000000000023496529345a9b8cb02ff6e8489fbc89f9163b241996adfc74c3ce 0.00 MB 1 0
77,354 77,354 00000000006347be36aa1bb67493f9cd2872fc62e28740dacc0cef4001a86cb0 0.00 MB 3 0
77,353 77,353 00000000001ec323875445734a3673c9651dd87d0a2ebb38d8ce7948df3ce351 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.19 GB sent, 108.42 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.