Loading Tool

Explorer IconExplorer

Memory Pool

82,662 transactions
31.91 vMB
0.09552515 BTC
Random Selection Loading Transactions
Max Size: 189.68/200 MB

Candidate Block

Mining Attempt 0e383d041c1a2df5abd47003ab53761afd3e5bbc7b1b497f85481b08ed6323b1
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root fb02da277d3a36deacde1aabe4849aef43f7c6350157febb88d0670a3e6f4d1b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,317
Size: 1.00 vMB
Total Fees: 0.03188638 BTC
Feerates: 101.66 > 3.20 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (94,632 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
820,321 820,321 0000000000000000000091dc7854529a8b3848adef571c124583f96d966015aa 3,549 1.00/1.00 vMB 135
820,320 820,320 00000000000000000001479e2e891b2459b91ffdddf22f0f9b3130b56f57d82f 2,991 1.00/1.00 vMB 49
820,319 820,319 00000000000000000001a3037dd6c29dbcbf8f44d6854c00758650e9bbeea2ac 3,313 1.00/1.00 vMB 101
820,318 820,318 0000000000000000000339600bb695dd9f1f08bf86e4e79cc3e38b89093668a6 3,151 1.00/1.00 vMB 43
820,317 820,317 00000000000000000001251307091cf442e9c465dfb76d7e55165a1c247bf7ba 2,557 1.00/1.00 vMB 73
820,316 820,316 00000000000000000002e04c2c5c0cb107780303dd51c16bdb92904ffe91cf20 3,482 1.00/1.00 vMB 60
820,315 820,315 00000000000000000002094778ac18ebd744b788acbedf63dd03a1e5077eb318 2,437 1.00/1.00 vMB 89
820,314 820,314 000000000000000000010815daa30d0aacc6b16b068646bb6b963536873a16eb 3,233 1.00/1.00 vMB 77
820,313 820,313 00000000000000000000e3fe5dec59e18f79d9834c7a5c7611ae32e0fcd0edc9 3,149 1.00/1.00 vMB 168
820,312 820,312 00000000000000000003384dbc7c8592c1a553d966e1e9f677829e90d333ed06 2,709 1.00/1.00 vMB 198
820,311 820,311 0000000000000000000052540702b576abff5e3ca33ff45151eaf0fb7f22f984 3,061 1.00/1.00 vMB 134
820,310 820,310 000000000000000000034fa3d3034746e3c17eb569ee7cfba278ec62367a2222 3,380 1.00/1.00 vMB 95
820,309 820,309 0000000000000000000328eb7ce89a9a3def56b362debe64a145af6bac584ad3 2,542 1.00/1.00 vMB 82
820,308 820,308 000000000000000000039e7e9bff6e2449b7414d4821cb6fec1225ac7ff16977 3,199 1.00/1.00 vMB 44
820,307 820,307 000000000000000000012f900b0423f63dfc303a33605e7ad43a1d06a1d91e87 2,861 1.00/1.00 vMB 84
820,306 820,306 00000000000000000000cb22bff5c982e40e1e3df276ca41aebb9c9edc92a132 3,056 1.00/1.00 vMB 116
820,305 820,305 0000000000000000000418126c5ff80fa910ddf0dc44ec9c0689505b7936f11b 2,005 1.00/1.00 vMB 41
820,304 820,304 00000000000000000003ca3043e58e734aab4ace9ac01a17743735ad460dfc7e 1,386 1.00/1.00 vMB 50
820,303 820,303 000000000000000000001c0dd56595fea990b521d87ab845bb30bb5841086c1e 3,267 1.00/1.00 vMB 85
820,302 820,302 00000000000000000000428d3bab898410ee58c381f3e7fd7c0822294347f63e 3,098 1.00/1.00 vMB 64
820,301 820,301 00000000000000000001afb11e300b32c1a7c9d31704ecc7a31f2c60c8f34b85 2,020 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.31 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 658.72 GB
    • Received: 14.58 GB
  • Uptime:

Notes

  • 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.