Explorer IconExplorer

Memory Pool Memory Pool Refreshing

12,942 transactions (5.79 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,295 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,142 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,294 (856,313 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
52,981 52,981 00000000078dab6e9d38f0856b4e2b448b51c868420a50900017a07a1fb546f8 0.00 MB 1 0
52,980 52,980 0000000014d3f961d0ac051910a498e7fce828752b990e9369854afd6c22208f 0.00 MB 1 0
52,979 52,979 00000000100932ff05e73e798a8b0643a3d0b469a35f9fc89ae6d29738dbc1a6 0.00 MB 1 0
52,978 52,978 0000000002cfa254ce0217d56d76f5d909e95817d84b3aa91893fc4915a2b028 0.00 MB 1 0
52,977 52,977 00000000106f8cce339f7f6a3d682d10bcfcd02f0ca60ab902792102558ce4e9 0.00 MB 2 0
52,976 52,976 000000000f6ed2841a4518560a509964a71eb4c2a25bb87a6b7cee3b2757b529 0.00 MB 1 0
52,975 52,975 0000000005fa98d31f367062455b458a9358927f6cdf2086d0e7fd7d46393f1c 0.00 MB 1 0
52,974 52,974 0000000011266e166ac16f2e844d86b4664f80ac1f7c72cc93b8323a184e1e69 0.00 MB 1 0
52,973 52,973 0000000012e222e22256d05a66f3ba18422a379342ef03173d771194dcb8780f 0.00 MB 1 0
52,972 52,972 000000001072b334c42b095d10d1eba9da43b51060bd4e92f1a0b53628e7808f 0.00 MB 1 0
52,971 52,971 000000000bbfdc87dae612721a7be1c4d36b5155c458b79d01e6e87ea93100d6 0.00 MB 1 0
52,970 52,970 000000000de2c13a9688d76148b4323ba830ee78acc1fdd7b68677501a229e7c 0.00 MB 1 0
52,969 52,969 000000000b3a0888022b765b5c78b3fe9beb5cc07e930f40be0ab7138883ce8a 0.00 MB 4 0
52,968 52,968 000000000afb8013cfdf8fe08c83bf7e743877cc3bde4d9557a85627696ec2d3 0.00 MB 1 0
52,967 52,967 0000000004e9b014872359f753f826ab40ed9f18b679581a50fa8e9846a11f2a 0.00 MB 3 0
52,966 52,966 0000000011f384eedfb81250df6770d77d43399bd5f3d258a28cbc4284963f81 0.00 MB 1 0
52,965 52,965 00000000146abbfc538b9616b658386137ace760d76432ada3f265e65a3c9a11 0.00 MB 1 0
52,964 52,964 000000000331c43a673f4a1fe8e155094de92b486b47fbceaa8c291b59e057bb 0.00 MB 4 0
52,963 52,963 000000000d7385eab105f2607489a0cd1de498091123b9934bf890e1dd26be54 0.00 MB 1 0
52,962 52,962 000000000ba0e6e689f019412f5e45df81ec497fdb1d90091ae158e391182292 0.00 MB 1 0
52,961 52,961 000000000996d421e49eccd5418cab579bbca952bc717edf01c46eb8a09352c8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.08 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,055.38 GB sent, 108.55 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.