Loading Tool

Explorer IconExplorer

Memory Pool

77,809 transactions
29.23 vMB
0.06236974 BTC
Random Selection Loading Transactions
Max Size: 175.68/200 MB

Candidate Block

Mining Attempt 3dd94a2047d7f88f4a2c1265a2735419fc3e8ea0fa2044a4af049a05935309dc
Version 20000000
Previous Block 00000000000000000000a281f5555936da4319487920bc58ef2a368fe4984bcf
Merkle Root 0f848541f9d1d0523878636a004bdab5bc1ccea441a822ed9bf4e399ad8d3cb0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,605
Size: 1.00 vMB
Total Fees: 0.00325813 BTC
Feerates: 58.92 > 0.33 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,018 (219,449 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
695,569 695,569 0000000000000000000505170074c5dcaaf53bc48c307e803490916a6c8c0529 2,614 1.00/1.00 vMB 11
695,568 695,568 000000000000000000113c38d05340375ca53fcc43f5a0087c72982d4936ce58 2,494 1.00/1.00 vMB 11
695,567 695,567 00000000000000000009492221b7a86182acef64ea9759435c8aa1d1316c7f22 2,829 1.00/1.00 vMB 27
695,566 695,566 0000000000000000000bc2d9d5a1d9446e6266b862795f4cbe70ac0a444ae82e 1,952 1.00/1.00 vMB 7
695,565 695,565 0000000000000000000f338bb1f74e6af4b050f0f8d7bab0dde606dbe5e65a27 2,246 1.00/1.00 vMB 9
695,564 695,564 0000000000000000000d9cd70eee9f7fee166f640d9e90b7bfd481404c56bacb 2,966 1.00/1.00 vMB 25
695,563 695,563 00000000000000000006cf128fc0f8a024a2a3ec0a03c60c0e5bf889f03344b2 2,594 1.00/1.00 vMB 31
695,562 695,562 0000000000000000000951f988a29660521e9f6b07f1501d54b3b7c7e3fded13 2,957 0.93/1.00 vMB 20
695,561 695,561 000000000000000000095a00dba5a5423d3940c1bc89ab3056540be7aed4c2a0 1,987 0.73/1.00 vMB 18
695,560 695,560 0000000000000000000362aa626e038d0324016f6698dd023f4656f9463d3b7c 93 0.02/1.00 vMB 21
695,559 695,559 0000000000000000000aaba62724c50e1a99afa4cc133b34e5b2616a755aad5c 2,396 0.69/1.00 vMB 10
695,558 695,558 0000000000000000001019ff22a48a28808bf81339a18c709ec23b751c69758e 1,329 1.00/1.00 vMB 5
695,557 695,557 0000000000000000000253084d108ef20ba5a30e8ae184ed66dc587ec0e22ea7 2,906 1.00/1.00 vMB 30
695,556 695,556 00000000000000000001df012b4dba511e4a357f50e0b8cadd17013d86293afc 2,864 1.00/1.00 vMB 31
695,555 695,555 0000000000000000000a35e5b0eb738e95e2c1dda7370123b024ec7967ed385a 642 0.20/1.00 vMB 24
695,554 695,554 0000000000000000000e5c14d5bcdbe121aeddb5fb753dfd89ac3968282579c4 135 0.03/1.00 vMB 22
695,553 695,553 0000000000000000000f5c5a1b09349d0d51cb37c2b8665476ee4220e3b1a130 1,247 0.41/1.00 vMB 23
695,552 695,552 00000000000000000000b103790590d4110b81b5a2d661e632893232c99ef564 2,293 0.85/1.00 vMB 24
695,551 695,551 00000000000000000005dbe5c2eae8b3eb56ea72790b751724b62ece17b23e73 63 0.02/1.00 vMB 24
695,550 695,550 0000000000000000000e3313e9e90ae999fd1043f2fb6e0606d88682e549c823 998 0.28/1.00 vMB 23
695,549 695,549 0000000000000000000997a0054a37cbe1a51f30387ed8ecd397665491b59dee 1,486 0.48/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.43 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: 665.48 GB
    • Received: 15.15 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.