Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,581 transactions (0.43 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,494 000000000000000000022b910000000000000000000000000000000000000000 0.42 vMB 1,559 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,493 (872,610 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
38,883 38,883 000000001ace6f595cfd866301483a8b8854afe643940800162d7c74f44c96d7 0.00 MB 1 0
38,882 38,882 000000006f74e2d135a9b391d3b0c69fe7617817eee683428423e4d013ef75f9 0.00 MB 1 0
38,881 38,881 000000006377779ca9a62abe4fac1d7467bc7eca9260af5c73a865a7263abc2d 0.00 MB 2 0
38,880 38,880 000000005f855f773317a0863c7d9c2d166b722c8b33b9054cb3002db5de5fe2 0.00 MB 1 0
38,879 38,879 00000000816cd688d699b82a202fb5805cdd4859aa49ee6197bf1bc89bc4a18c 0.00 MB 2 0
38,878 38,878 000000000f272cfe268dc9525bf2361c148980dace3a896041ab4ae2c4ee6014 0.00 MB 1 0
38,877 38,877 0000000037e0098fca80175cfe92e680693f917e73fd06a3a604d2b8d3f227e0 0.00 MB 1 0
38,876 38,876 00000000740593c61a2f3223a5d88a99be41efc208e5dfea28806c2db9400bce 0.00 MB 1 0
38,875 38,875 000000004063fd66a6cf1e94a2895523d1b60c226636715f084adc423494d6fc 0.00 MB 1 0
38,874 38,874 000000004011094479d1f2fb641026ccd73a5987928e47c302318e5e39090856 0.00 MB 1 0
38,873 38,873 0000000036b1dc41bf1d58925c972c4ac49829c74bd0d40b3e27ef37ccb2ee73 0.00 MB 1 0
38,872 38,872 000000007b48ae1fb9ef1d90ffa6415092dda89a6be33ac9592764cb72783310 0.00 MB 1 0
38,871 38,871 000000006c4b985040908b86b268eddfa92482b0628bc1a28ee8e8a0c09a919b 0.00 MB 1 0
38,870 38,870 00000000772e8a3304626afca9dc73e360c59c107ea90e3af02fe6fc3b5260ec 0.00 MB 1 0
38,869 38,869 000000007b4c9a5aba1ae719e69762fb9edeb3def632e5e491c17485774865f8 0.00 MB 1 0
38,868 38,868 000000002ff01607dd39dda5df6d39dcc93a6f0fd6499049e766d7a8dce4124f 0.00 MB 1 0
38,867 38,867 000000006208256fbd18ae71558d95e5ffb2c5c6c8c8d62b30cd93da42a3a90a 0.00 MB 1 0
38,866 38,866 000000007f0e0c671e97eed62f33199a469bf0740191ae55c0ccb5d2ed0dad48 0.00 MB 1 0
38,865 38,865 000000003ec5c173210aeb42afedfd09c85b4783691bf26d39e214155e5da368 0.00 MB 1 0
38,864 38,864 00000000771973b72bc2e12549b371a70dcdba413b035c5a714d802cf8e78c25 0.00 MB 1 0
38,863 38,863 00000000120107e2f1d342452aaeccea548d9becc71ad9afb26c322870717f22 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.15 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,411.91 GB sent, 129.46 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.