Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,276 transactions (0.50 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,272 000000000000000000022b910000000000000000000000000000000000000000 0.50 vMB 1,272 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,271 (837,111 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
74,144 74,144 000000000042d9141d90c45a558ceca94e4d040b3570ad71bab6089399252ce1 0.00 MB 2 0
74,143 74,143 000000000003e62f8902cce2647954afe5bdfc7e907611da9f022a3b249f1d65 0.00 MB 1 0
74,142 74,142 00000000003d8fa881121a0ec3218e1288dbc1dfd96bd960dd3660d7894f397a 0.00 MB 1 0
74,141 74,141 00000000006b9f404a21d46341a7f49e52d0bd99597f83c14e3ad785bc16ca3e 0.00 MB 1 0
74,140 74,140 000000000042fc1bc665458e2c67b0808c23cac163f1b793bf67106a495f4b01 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 775.75 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,388.66 GB sent, 127.57 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.