Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,644 transactions (3.60 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,792 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,709 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,791 (323 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,468 911,468 00000000000000000000f59e0de9e691e937603d9c70b6f3928f4c42f5c28a42 1.77 MB 4,818 0
911,467 911,467 0000000000000000000132dd697b4f1f2358df1b76014b91ad369d54a43ad45a 1.78 MB 4,805 0
911,466 911,466 00000000000000000001f0d24b2f7b7bf50fa01eb165046f065ed7512df48e61 1.72 MB 4,987 0
911,465 911,465 00000000000000000000e9e996564f2254ef3615136d487d5dbdc387b8ef2519 1.66 MB 3,937 1
911,464 911,464 00000000000000000000470073329cbd8eb81cb082edb5a389acd487271b9d5f 1.71 MB 3,983 0
911,463 911,463 00000000000000000000eecfe2aada7f616ebbeff5f848d460949b18f85a1233 1.74 MB 5,026 0
911,462 911,462 000000000000000000021c3907d0f7919cae5058c43881ffb8bc8fc1ea6b78e3 1.80 MB 4,422 1
911,461 911,461 0000000000000000000204545c9de6a0458cbad34b248bed16e4604c9324b763 1.58 MB 3,566 2
911,460 911,460 00000000000000000001136c06f7ac1d9ef66a96a9b4760d27f62e446d7fb9cb 1.45 MB 1,919 1
911,459 911,459 000000000000000000005191fcc3bc19fc935380976b72cc292fe4b986f69312 1.62 MB 2,808 2
911,458 911,458 000000000000000000017ba2c343cde00f78692e8cf708f80967ed610c47f5d4 1.64 MB 3,771 3
911,457 911,457 00000000000000000001c0f645b50c67ac307a17da44b457f076b9d92851e24b 1.92 MB 4,621 0
911,456 911,456 00000000000000000000cccc3599440fa3e4bedd69e5b23d0abca0d4525e441a 0.11 MB 222 2
911,455 911,455 000000000000000000020250fd2519833f3f865ed3f37c545308e98fba923395 1.74 MB 4,023 1
911,454 911,454 000000000000000000009336f38bad680a75169a86e4d11b2e454477a829f1ca 0.06 MB 27 1
911,453 911,453 0000000000000000000048984e069f62fa51e4579626b04b93a0f2ffec210f76 1.37 MB 1,861 2
911,452 911,452 000000000000000000015af81ee0d735ba78897553d8369186be4e8ff93847b6 1.73 MB 3,558 1
911,451 911,451 00000000000000000001e1997bfb5ae5bc4076a6199b3909f012a483acdd7c84 1.80 MB 4,280 0
911,450 911,450 00000000000000000000c8b63e8d48e19feafe4002aba90ddffd4e2833d91309 2.14 MB 3,909 0
911,449 911,449 000000000000000000001bd64b82a5cae93b13a87cd006ad8625dbebf383649f 1.83 MB 3,284 1
911,448 911,448 00000000000000000001ff3a919966476eaf5d02c45b9f29553f6ee6d7d5f182 1.66 MB 3,197 3
Previous 10 blocks ↓
Total Size: 776.70 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,443.95 GB sent, 132.08 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.