Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,200 transactions (1.56 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 910,726 (888,064 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,662 22,662 00000000ed5cab0f690393d1db4e2a68cacc49aa7e0d5e30e87770cb2b335cdd 0.00 MB 1 0
22,661 22,661 00000000ac310d3389efb0455f409fcc3fa9776468b6f9552397014a32ad1a60 0.00 MB 1 0
22,660 22,660 0000000018907dc7ba05ffb8c8ff478cf02c38e6d4aa160dfbcd669c97330648 0.00 MB 1 0
22,659 22,659 00000000c8d0e11167c4254cf9416b8cb5cd2158b7dea31db9c22071944e01a1 0.00 MB 1 0
22,658 22,658 000000005c63d8aa817a3cac7deb229425ae45bd55ae0c10309cea0b4e25ca97 0.00 MB 1 0
22,657 22,657 000000000a49eec47f111de461d3b8a171c6ff20073223dd9c9ded195a99b74e 0.00 MB 1 0
22,656 22,656 00000000c87fa00071e200323d91f95b06f88f28a2b1d7ca6ef5001a807544b8 0.00 MB 1 0
22,655 22,655 00000000867303cdcb40e0a6094bb0fcff5b4b708cc57e0c6632751dfd268c57 0.00 MB 1 0
22,654 22,654 00000000b1da9c6c04f549d1ed565589d7a654964b442389d8b8f2881bd26aa2 0.00 MB 1 0
22,653 22,653 0000000004f83b8cc24263d88037bf4818cc364879501f3b5a9aef7a307b57f8 0.00 MB 1 0
22,652 22,652 00000000b4e4fb97536652b2c82efea1a2f935c2bd22c98ce837f0f675a9b095 0.00 MB 1 0
22,651 22,651 000000007ae8ea9aa59028334127747a2a0ae09559914a42c4f5c54108a44ed7 0.00 MB 1 0
22,650 22,650 00000000bb13490ff12b37394cf03970d4e5a1d81460e27ab4cc003366cf57be 0.00 MB 1 0
22,649 22,649 00000000c01d59461a569878f92c66dc6fa43a305bfe87ea18461e15077248f9 0.00 MB 1 0
22,648 22,648 000000006c7ea6ad1e806745e419616f11d5afb69e2ed9b1d3b0db30cbb8d414 0.00 MB 1 0
22,647 22,647 00000000abc140629ca1aeaa319a42dbe8e7b3dcdef3e886906ed4242394ec82 0.00 MB 1 0
22,646 22,646 00000000bb75c800e0b1220039ee57895b47b30ee3583f44baa22f71fefcf7cb 0.00 MB 1 0
22,645 22,645 000000008472a8b45f12e385f8ad869b38449fffdd426c1ecc2706f0d0beff80 0.00 MB 1 0
22,644 22,644 000000009d8d28cb4fee6ce6b582c4ed70a602ee66e3c7ae61f3b58029e6406a 0.00 MB 1 0
22,643 22,643 00000000ccd679ff22763c644708ea47782a8eb5e3745d5dc6a6b781c5770180 0.00 MB 1 0
22,642 22,642 00000000596a5171796ad9ebccd11c23b3d17a1e92fe8705b04613d002042cd4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.72 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,292.19 GB sent, 122.24 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.