Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,241 transactions (2.27 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,037 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,259 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,036 (872,018 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
39,018 39,018 0000000041136030176915f76b7dfa168d0740c067cc3854fa431feae0b0879c 0.00 MB 1 0
39,017 39,017 00000000090d18523e581d8446a6c1b2608fc888ca5c49b35f9f71bd4447eec9 0.00 MB 1 0
39,016 39,016 000000008aeccdc31ec642ed64227c54a43d9969ef60cfa30bf17f02273fddec 0.00 MB 1 0
39,015 39,015 000000002ba204f0d957a6b4be49e8edb98b8e6da2de07a8b0857886142f4e83 0.00 MB 1 0
39,014 39,014 00000000371c0a59001d4e4f43987bb8f73a4e587e23edd43404772bb4ab9d4e 0.00 MB 1 0
39,013 39,013 000000000305508ecb63e82655313f4948d0211c81a172076b607641ff52f22b 0.00 MB 1 0
39,012 39,012 00000000358b5e56134c9b3635ec560f619197447bbe6d17bf4059e34b537ec4 0.00 MB 1 0
39,011 39,011 0000000032cee9a9cf2238386cc85429f6afb81eaafa141ba995585733df2a00 0.00 MB 1 0
39,010 39,010 000000001c28bb5ba1dafe1d461e7fa79bb9abfd61eab35131e29581df408b51 0.00 MB 1 0
39,009 39,009 000000004ad2aa9a590ad1ddbe78fe23f10ed0b07ff1844bb98c504bd0a493fe 0.00 MB 1 0
39,008 39,008 0000000024fd25b14a78e52905f2cef1befe64356ec487d3c429649c1fb9adf5 0.00 MB 1 0
39,007 39,007 0000000078ac4418d8407ea090d42f60c22a806e0c9648d8c0672d218d7cdb0b 0.00 MB 1 0
39,006 39,006 0000000025a0d78919e6868073950ea236cfb1582e12774a786f2e325aec832f 0.00 MB 1 0
39,005 39,005 000000002fe2201580b1f40cf07719b46751742c62ffb00880a250bdd1ea35c1 0.00 MB 1 0
39,004 39,004 000000001f9901a01a74cc98ec1e9579c3486b4079bafbfda7d8555c16427078 0.00 MB 1 0
39,003 39,003 000000003716f918d7c418c467f2a51473f297756b40c773b79be19067996745 0.00 MB 1 0
39,002 39,002 000000001c0e540d0558deb0b9178becdbf2dd64a967b85c5bb2e7175c84bdb9 0.00 MB 1 0
39,001 39,001 0000000013a777083b9ed2bcf634fb12116c7646ed15855a432ec3c731fa3524 0.00 MB 1 0
39,000 39,000 0000000081b8c41f27bf3955713105c9bdc5118ddf429a9aedc54b71114ad563 0.00 MB 1 0
38,999 38,999 0000000070122318cc2a2cb297dc05a14746750bcb81b6e95f5c17ec91998672 0.00 MB 1 0
38,998 38,998 0000000072cf289555176573d4afb644cf2251552f3f9504a72f1db92ea6e477 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.31 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,362.51 GB sent, 125.34 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.