Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,032 transactions (1.59 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,237 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,500 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,236 (837,071 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,165 74,165 00000000004a1e36b5dea732e4ef93187d87f6f730b9e16511a51ae39ec8f637 0.00 MB 1 0
74,164 74,164 00000000009d500b2eca2339b6e9ead7e6c5427444ec9b931e3733d233a205f1 0.00 MB 1 0
74,163 74,163 000000000069ad3d283f2fde3205a7380010a4007c845d764a3bd5cea7238f85 0.00 MB 1 0
74,162 74,162 0000000000b424bb6002aa49f14ef155cae4448a4bfadd959f669b3c731dfb6c 0.00 MB 1 0
74,161 74,161 00000000004b6631ea20f681dcea7c9384c84f207ba912640f5d95223c1f7dba 0.00 MB 1 0
74,160 74,160 0000000000628b57d168c2fd83ad7fa15320eb8ce5ed4b5a1df0d21f41b32dbe 0.00 MB 2 0
74,159 74,159 0000000000363c681bdefdd88533b45e7c4042c84b7bfc3093bc77726d6817fc 0.00 MB 2 0
74,158 74,158 000000000098d3ef61068aaa5237a4c6601ba72018cd4277a222ab88bee6bbc2 0.00 MB 2 0
74,157 74,157 00000000007fbc4cc679377a29d78fa6ac6bc66b3e5c855422dc69b9f004a389 0.00 MB 1 0
74,156 74,156 00000000001400040d8d13866a922d13c4630a9f253b639d61e7c769b18fa4cc 0.00 MB 1 0
74,155 74,155 0000000000412e276148cfa1eab04972aafcdfb05bebdd37b69a3f6a4ad0301f 0.00 MB 1 0
74,154 74,154 0000000000af8be23afbe2c38a9309140b1f54251a57bb786f9a2b7101bae0ab 0.00 MB 1 0
74,153 74,153 0000000000ae16b6b06db3cbe6be4b3cc5bfaece8bad1f5e6f7c3e6ce05e9573 0.00 MB 1 0
74,152 74,152 00000000008e6ba9889057271f64afa76b035446896dc675136c463cb31df688 0.00 MB 1 0
74,151 74,151 0000000000576cae82c7ae6e37370c416d0ebe80f45549fabd46e2948d6499e2 0.00 MB 1 0
74,150 74,150 0000000000736508b59918890b5811c901e6fda19517e74a9033d02750390ef7 0.00 MB 2 0
74,149 74,149 0000000000abeb5e39c74c74659df83b3f54a92bd26bed73e9371ef022216743 0.00 MB 2 0
74,148 74,148 0000000000050c5f7b9df09653e676df3a2820995bd131f8cfe3b081f5fe845d 0.00 MB 2 0
74,147 74,147 000000000060b81ce3558aa005889439a93bbe4f90fad84453473827220e90ba 0.00 MB 1 0
74,146 74,146 000000000057b8f7e10d1a60212ed95a5b6f33196eee94639b583fe8cf9d8639 0.00 MB 1 0
74,145 74,145 00000000004879839d6abc36d034f478087ebc5e2f5a7c19168cb0ab9dd63a08 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 775.68 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,381.11 GB sent, 127.26 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.