Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,351 transactions (1.63 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,659 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,689 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,658 (243 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,415 910,415 00000000000000000001a998ecb5abefdbb83573fd77fab342f0d8b16e5d637a 1.72 MB 4,258 0
910,414 910,414 000000000000000000018b789d0d8bede44c65fdcd782de20f830fbd218cdeb3 1.80 MB 4,199 0
910,413 910,413 00000000000000000001f1280cc44056f1767bd8ea3b368ff836980e6c496e4b 1.77 MB 5,159 0
910,412 910,412 00000000000000000001404002eae64e695e29517d46252ef332ec8774bb5900 0.52 MB 1,370 1
910,411 910,411 00000000000000000000648575fe66442ca58c100c0649e048093ae05e4233e1 1.80 MB 2,622 2
910,410 910,410 00000000000000000000c2d2abfaa98b55dde079e6a11b749c0b3c6afc571de7 1.75 MB 4,676 0
910,409 910,409 000000000000000000019fce0d7350d40abbe5e71b7a17bff59ea3e76bf9dd92 3.98 MB 29 2
910,408 910,408 00000000000000000001a288828962496f1e58cde06678b13d52057c8e1d24e7 1.83 MB 2,453 3
910,407 910,407 0000000000000000000166048950a5ad0c6f09e95a28ba44d7ba651480337b60 1.77 MB 4,860 0
910,406 910,406 00000000000000000001dbb14701ea7de4c6005d5242459f5aebb361b3c54c17 0.04 MB 103 1
910,405 910,405 00000000000000000001f418a362cf323113d4c29390c1536cfbdf9ccf166776 1.71 MB 4,206 1
910,404 910,404 000000000000000000021b0d60cfa9eb58e5df2effeb742d379e0c212d572f91 1.07 MB 1,808 3
910,403 910,403 00000000000000000001e704e53414ce1971f5be968293e2b6740100fca4681b 1.75 MB 3,543 3
910,402 910,402 00000000000000000001c1d4e1e77aaf70d6cbff7cf534667268fa93a1c5f9d7 1.70 MB 4,431 1
910,401 910,401 00000000000000000001a0139600f0ad9bb1e75255bc41a071e38d06f0fb8089 1.79 MB 3,359 1
910,400 910,400 00000000000000000000be09dbbae5428f39f8a6ce6e503dbe2f7456c46956ad 1.72 MB 4,669 1
910,399 910,399 00000000000000000001f22443b672f9727bfa10aca7ea32ffa7a1f821a86b0f 0.19 MB 208 3
910,398 910,398 0000000000000000000039b67f23c569cb28dc089b34b8a7efd369702e878f77 1.79 MB 4,026 0
910,397 910,397 00000000000000000000308942e7ad1b0972a5b0e742866d118eb32b6001fb36 1.83 MB 2,788 0
910,396 910,396 00000000000000000001ff04de465ab7fc22f03ccf8bb9cf548ed39a34b13727 1.60 MB 3,254 1
910,395 910,395 00000000000000000001780003bf64e7828fde7e86438b29336d61433d719a50 1.71 MB 4,560 0
Previous 10 blocks ↓
Total Size: 774.59 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,281.08 GB sent, 121.56 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.