Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,540 transactions (2.35 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,694 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,340 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,693 (815,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
94,440 94,440 000000000002e795478eab1dd49ab9656208026a288d279c02489c8c1e627ceb 0.00 MB 5 0
94,439 94,439 000000000003e888e2ea93acd67d2a2d4f3cffc3408225890e4050d9004367aa 0.00 MB 7 0
94,438 94,438 0000000000016ac0511eff1cad5d10d179cbf6416d8aa997d45f9072d7b8bc2c 0.00 MB 1 0
94,437 94,437 0000000000007cd2eea11a2ded521a5f6368f7d1d85a9110e9f74d7a2ce47c49 0.00 MB 1 0
94,436 94,436 000000000001250b631155685b3b653e7a3f6e011b6b536f6aac2bd5a262bfeb 0.00 MB 1 0
94,435 94,435 00000000000206dcf9f226ef2e8312fbefae0aadb81ff2592fde81460ea1a42c 0.00 MB 4 0
94,434 94,434 000000000006e905ee90c012787c918adf6b1b2cb27bef2c61ad3b17e21f5b68 0.00 MB 9 0
94,433 94,433 000000000007bd99987b164c372fb40c08ea6e892f4577777eb89949dfaac2b6 0.00 MB 4 0
94,432 94,432 0000000000031b58770547263cad897914edc7d1b9e9acff6cf1cece611bf68d 0.00 MB 2 0
94,431 94,431 00000000000395be02aa780e8396b46ee64812636676bf7f7494a44d29c8fd4b 0.00 MB 4 0
94,430 94,430 000000000006d6a3fe07f7996ed592fcf05315f31715a759504f62afa34ed1d6 0.00 MB 4 0
94,429 94,429 0000000000002562c5f114172c08a84fb00fb2cc321c79acf5e1408dbe330867 0.00 MB 2 0
94,428 94,428 000000000004cb652d3fb0019794ef572b48b9e0f5c90cd0dceba46c9478741d 0.00 MB 2 0
94,427 94,427 0000000000034ad2c7045857fc3cec01785ee327c0292dc55bda0445b6408957 0.00 MB 1 0
94,426 94,426 000000000004f7e6efde77f6b237f608085d8ac0c0d8b7335364ff9c51917ca2 0.00 MB 2 0
94,425 94,425 0000000000033f204c000dbbd85bd300550e44cf6e798e930355084ec19e24aa 0.00 MB 3 0
94,424 94,424 000000000009090ee62621bec36adc98c39d074143c20536d7bee7fee7786f2d 0.00 MB 1 0
94,423 94,423 0000000000038c4779fcaeb3329ee4347d7c8e6981ed7c34bc2524aee3faeafd 0.00 MB 1 0
94,422 94,422 00000000000630fb233ca8faad6cad52cec1e6f73c377fc75e737724f40664e2 0.00 MB 2 0
94,421 94,421 000000000001d848dfc9c6a66b222943129b82d8a91293171b2f7d379de9e801 0.00 MB 3 0
94,420 94,420 000000000006c280185e83900db7533c053e58ae7d5d0641a751e6a3651ca307 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.84 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,152.77 GB sent, 112.53 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.