Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,449 transactions (1.19 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,341 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,094 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,340 (836,915 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,425 72,425 0000000000b2407303f941333ae78dbdcc73117732d042890d34c5d93ec9d7f5 0.00 MB 1 0
72,424 72,424 0000000000f5f84f4462f76e095d996c1823381d262d4ffb37160f0716d97dec 0.00 MB 3 0
72,423 72,423 0000000000eebe9b6bc8160f0aca7d1234ad95a4cbcca21e9cfcbad787f2b964 0.00 MB 3 0
72,422 72,422 00000000003e7d89931571f85f8cea74c8745568a1d432e337959898652d74ac 0.00 MB 1 0
72,421 72,421 0000000000b4be04f89bea55edb286f86f1c6a3f229fc4eb0b79e44d185b17ba 0.00 MB 1 0
72,420 72,420 0000000000729933e9fca66076d05bd0fbe9e715c19eb081f48c4ff09cf8d30b 0.00 MB 2 0
72,419 72,419 00000000007cec0c1f167f63d4dbb90eea723cc16c406a9cdb12e7cfac43e83e 0.00 MB 1 0
72,418 72,418 0000000000e2f73f8074d432add81c1db408c556a469a46c315b3275f12b2151 0.00 MB 1 0
72,417 72,417 000000000067dd4c08882087289a53c50536b851b3c7c3b64cf84d28f1d73282 0.00 MB 1 0
72,416 72,416 0000000000b5caa77b325763fa466db5e0d25822f693f48616656e06833459dd 0.00 MB 4 0
72,415 72,415 0000000000ea135267ec96beebf29a60ff6bdc4189b23d290dfd64d136fc7a11 0.00 MB 1 0
72,414 72,414 00000000008f308c76e226f74ae4a8640330871b4c4f19bcef2cb73b11aaa553 0.00 MB 2 0
72,413 72,413 000000000059a75d481e83575e85c00cba7f2efc1cc07f9f1773179c896f6477 0.00 MB 1 0
72,412 72,412 0000000000a11ac429b40d5f171a0290ca8c092c33c7909bfd4b7e0b2260a9f6 0.00 MB 2 0
72,411 72,411 00000000007f2af18b7fd795e13e4c19591ef4c4e2f93d1c0b5e8eecea6342d7 0.00 MB 1 0
72,410 72,410 0000000000cb2d9d4bdf5fc6f0df7503d0c249fe18c6c2759a6e9f47e9e7b707 0.00 MB 2 0
72,409 72,409 000000000056e6d4172c9e12e3596c22de15d46555087906bc08f4088cad1170 0.00 MB 1 0
72,408 72,408 00000000009359f19477edac1cd712c9435c908e602b2b83ae8b2851d3bcbc48 0.00 MB 1 0
72,407 72,407 00000000004a499a386a927bac271f46b434a55521e4f207310146626d592e66 0.00 MB 1 0
72,406 72,406 0000000000c496078f3fbda3e11476282488cf8437899cd8e412bbafc86a395b 0.00 MB 2 0
72,405 72,405 00000000007080c73285a4bb2724d3cfe1fd10beea1a4ba29923cf90895fa153 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.17 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,066.89 GB sent, 109.01 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.