Loading Tool

Explorer IconExplorer

Memory Pool

82,271 transactions
30.48 vMB
0.21188452 BTC
Random Selection Loading Transactions
Max Size: 183.98/200 MB

Candidate Block

Mining Attempt 638571291912ce9a9b49728340f30289b72badeb05770a6299c142713c0c78e4
Version 20000000
Previous Block 000000000000000000001ab79c0bb6871e6d437e0f72576711d4f8a15dd0278a
Merkle Root e5a2e707c5193c817f20fe2bdd56a1227fe7e7ab1f0c2b4b806ad3a65e3cd461
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,132
Size: 1.00 vMB
Total Fees: 0.13139121 BTC
Feerates: 502.67 > 13.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,123 (475,535 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
439,588 439,588 00000000000000000032411b648593e4c1f25176135f7aa281077a1f35de5572 2,077 1.00/1.00 vMB 77
439,587 439,587 0000000000000000025190400f4276c5ebd3239efc5cd596211545befd08e1d9 769 1.00/1.00 vMB 30
439,586 439,586 0000000000000000026f5db35921e47a3bf77051058964bb5d0e83f34e0d25a2 1,578 1.00/1.00 vMB 40
439,585 439,585 000000000000000002f424f1f72983fe5933720b9125790eeca5d73a5219807a 2,671 1.00/1.00 vMB 55
439,584 439,584 00000000000000000146dabeff2676d0e23278910afe36e857c7f54820a61760 2,173 1.00/1.00 vMB 70
439,583 439,583 0000000000000000006f4a7689b543f988f2605a5423c93e850f91b1df5847c1 1,991 1.00/1.00 vMB 72
439,582 439,582 000000000000000001d4518b4c85ad86f6ce48fd40c88952f85464942d7db5da 2,841 1.00/1.00 vMB 91
439,581 439,581 000000000000000001aeaf31b81941dcc002e0aa4a8a069fa7ea1db3d1e2e405 1,678 1.00/1.00 vMB 47
439,580 439,580 000000000000000002dc42d345808abd696ece1b45a07bd42863d77f654cf777 2,419 1.00/1.00 vMB 55
439,579 439,579 0000000000000000000053ed13db63de0b45a203b6d599d6525c24161ff0b8d0 3,045 1.00/1.00 vMB 91
439,578 439,578 00000000000000000207c9c0d89821099c15e0710d1e62904473bf22b837e17e 2,098 1.00/1.00 vMB 64
439,577 439,577 00000000000000000394c8732d2044f96bd1742bc2f9bc9faf462aa4ef58ba04 1,178 0.75/1.00 vMB 53
439,576 439,576 0000000000000000027e272cf2898f447496890656117f2976e5c1c9a9cc56d0 1,643 1.00/1.00 vMB 40
439,575 439,575 000000000000000003b01dfad2e233a686abb9a78e1ba411baca93883e48da41 2,526 1.00/1.00 vMB 58
439,574 439,574 000000000000000002a33ce6c219bf7ee90680b302d0b1b64dec1ae14e8d689f 2,391 1.00/1.00 vMB 74
439,573 439,573 0000000000000000038b1a1e5f9be7a7ac9e9966a4c4e4f215a30558e61c8647 2,807 1.00/1.00 vMB 83
439,572 439,572 0000000000000000022212c9f601f247a6b0a1a5e4f609a45232a889f5bef3b3 2,208 1.00/1.00 vMB 49
439,571 439,571 000000000000000003013c196e6e4e327663818a4ba929d880ccf8cc0c435048 2,273 1.00/1.00 vMB 66
439,570 439,570 00000000000000000363565e355a54d1e65ec9cca5c73ffd5a30e24620e891f4 2,188 0.99/1.00 vMB 87
439,569 439,569 000000000000000000e0655749f0973b55cf7dbe746368346aa80fdea4c6043e 2,788 1.00/1.00 vMB 64
439,568 439,568 000000000000000001cdb8a736daca7f8e05a9dc4ad4649da8905d04e46154e5 282 0.10/1.00 vMB 145
Previous 10 blocks ↓
Total Size: 782.60 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: 671.86 GB
    • Received: 16.04 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.