Loading Tool

Explorer IconExplorer

Memory Pool

9,336 transactions
9.41 vMB
0.02984521 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.59/200 MB

Candidate Block

Mining Attempt e867cb27aaab274f87a92ecc2904b0937f62abb359063785fdb752bcaee7d90f
Version 20000000
Previous Block 0000000000000000000025f8ebfa789b311cadcd222d9d753c5649dadf051fda
Merkle Root c0a6855ed156b928bc417b222af870a08d585036f54e531878463d5ac1b79ad8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,390
Size: 0.99799125 1.00 vMB
Total Fees: 0.01615245 BTC
Feerates: 453.09 > 1.62 > 0.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,801 (857,272 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
56,529 56,529 000000000568d1e9e9352b411224e6066b82fb268f2461cff146550fc710644d 1 0.00/1.00 vMB 0
56,528 56,528 00000000024683e9fffbc1c34309a2d63d264c7103e038d1d5deb5898cb2cbc8 1 0.00/1.00 vMB 0
56,527 56,527 00000000125b76e19ab98131452502a01675216a5276cf36c733231e0189ad3c 1 0.00/1.00 vMB 0
56,526 56,526 0000000001c5d31c08019ad300f31a680576f6cc41666f089bfdd78eef26f21e 1 0.00/1.00 vMB 0
56,525 56,525 0000000006e81c09e50b327f9ffd14ad0693334caf0592283cb63a214994dfec 1 0.00/1.00 vMB 0
56,524 56,524 0000000005e2807c3244a8dec2d68e14b5dab425a85f07b9aecc90e14e91d840 1 0.00/1.00 vMB 0
56,523 56,523 000000001437e59a420314f5ed6996205deadc79518ef26403a9401af9fd26e9 1 0.00/1.00 vMB 0
56,522 56,522 00000000090075f65ce4ed7cea36cdceb8494572786813f288ade4594d373df5 1 0.00/1.00 vMB 0
56,521 56,521 0000000006c05dbb420580337abff29b6582c350b54a6a8ad5aa5630870f2d7b 1 0.00/1.00 vMB 0
56,520 56,520 000000000a27284ece144561f5b8a4780b5d5d3dc85b578b103da3b9891b35d4 1 0.00/1.00 vMB 0
56,519 56,519 0000000009fd1e1c26457c214ab7ac7c2daafafe0b79117c95f7b59b4c576c6a 1 0.00/1.00 vMB 0
56,518 56,518 000000001211425608e6dbdb0dbcdaa6a6eb5f3489546978f89fe83251750fbd 1 0.00/1.00 vMB 0
56,517 56,517 0000000011df400f681afe7bfa6000baebf11731c37a90acb2cc9b1a5317ceb1 1 0.00/1.00 vMB 0
56,516 56,516 000000000272648f92dd24786a9ac9bf216d7af30dc2269363abe420a3a0245d 1 0.00/1.00 vMB 0
56,515 56,515 0000000008c7f32dbdbc08988739238ca4a84234f4294e38d912cfa0a6416edc 1 0.00/1.00 vMB 0
56,514 56,514 000000000848d03f0c37db32c1df7f6d6277cd2650c00542c90c0ce4478942ac 1 0.00/1.00 vMB 0
56,513 56,513 0000000012d4513592ec01d5cbd5770b27b1b379e75df88be462dae4d3ba03a4 1 0.00/1.00 vMB 0
56,512 56,512 000000000d492cb18b0bbb0f4f889d2d32f44fdae8e29cd58a23bd6712bc60f5 1 0.00/1.00 vMB 0
56,511 56,511 0000000001239a28274fb46ed39e82f3961200debd4bcceb509a5cd6f3c68a0d 1 0.00/1.00 vMB 0
56,510 56,510 00000000093649ae3fcb9641882212541e4ace8d1db4ef4068ae753a73116a79 1 0.00/1.00 vMB 0
56,509 56,509 00000000065b7aceb7392df33c5a1edcfc180dc8b2d9d082ff5715a56ea73128 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.27 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 515.54 GB
    • Received: 4.36 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.