Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,203 transactions (0.48 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
910,991 000000000000000000022cb30000000000000000000000000000000000000000 0.47 vMB 1,189 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,990 (837,965 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
73,025 73,025 00000000002129ff8f60e9709f00bb6b57189f56070ca6f3ab63abe6943f2eed 0.00 MB 4 0
73,024 73,024 000000000039a0b22f02110cf156c8155c57cecd85908c037e14162e83a2bf62 0.00 MB 2 0
73,023 73,023 00000000004268d5c9367b8f392f9d2f74f05c54db4a63d8fd5fc9e835f52875 0.01 MB 4 0
73,022 73,022 000000000048332afd0dce6ab8c3aaa54567ada958ac8262a7591124cfa57b4c 0.00 MB 1 0
73,021 73,021 00000000009849591c7508148a35690dafd97498614957a832902eecb0e3ef92 0.00 MB 3 0
73,020 73,020 00000000000f3013afbf16de4c8a14185dbe494226b9b2dcd3e89c3dbf4475a1 0.00 MB 3 0
73,019 73,019 00000000008e2511c296f9e5b5f2354c89878ecc1b02cb5440d966163b469cd3 0.00 MB 7 0
73,018 73,018 00000000005087274ef52cc8381932d32741edb6fe458fe0217900f513e615ba 0.00 MB 2 0
73,017 73,017 0000000000964a013b8fa96ee111e12241af544271211a608d63dfd779ed12d7 0.00 MB 1 0
73,016 73,016 00000000000cba3beffe3971f7227f4a02de7558eca45ac3f19a1d206b4df8d2 0.00 MB 1 0
73,015 73,015 00000000008b033be7dff56cff5db9703385c28d566d5dfd42f48c3dc68126a8 0.00 MB 1 0
73,014 73,014 000000000012b595cd128bf76b6fec8cb427948681cce1eea53d223315cf95a8 0.00 MB 1 0
73,013 73,013 000000000065dd1f169f68c68811520319f0b22f84abb35295a3eefb25304c46 0.00 MB 1 0
73,012 73,012 0000000000a9575eebab4bf95221f5b33988fb6beb25e8bf560348b552f57e81 0.00 MB 2 0
73,011 73,011 0000000000b6ef942ed1d6fa76edd48f5725a21bd4577bcccce39c10dde84e2d 0.00 MB 1 0
73,010 73,010 00000000002b026b3b108b36139a2d2d8406ba84633f38a9da0a76b326411e36 0.00 MB 2 0
73,009 73,009 00000000005aef682322cd5a45e732a0fde2e3e261815bcc2768b8ac8017f90e 0.00 MB 2 0
73,008 73,008 0000000000b884e29830e0f8c42fc7f375686dd23119fbe385acbb48ebabc1fc 0.00 MB 3 0
73,007 73,007 00000000007476a7eaddc8af7d92228f538faa92cb8f3921d0f3439ba0d9c615 0.00 MB 1 0
73,006 73,006 000000000034bfae242f6f53e877117dd9bab5c9a995b7c178f480c258669f47 0.00 MB 3 0
73,005 73,005 00000000003b0793d6d648f9465be9eea42ae426b693ac62ae133ec8f9e05bb3 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 775.22 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,359.74 GB sent, 124.83 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.