Loading Tool

Explorer IconExplorer

Memory Pool

86,291 transactions
32.06 vMB
0.12941922 BTC
Random Selection Loading Transactions
Max Size: 196.43/200 MB

Candidate Block

Mining Attempt 77806928bf7fda0816a1acd34d65f778d1f0f7f49d485594d9194ef83b7368b7
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 7b18f39aad170a92fa75e1e83c99d3e83774dfa5e5f6b0a224387f197725effe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,146
Size: 1.00 vMB
Total Fees: 0.04817162 BTC
Feerates: 301.57 > 4.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (494,773 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
420,451 420,451 000000000000000003d24419d5f949a873a02d45f486f5b913b51d1ae9df0bd8 2,668 1.00/1.00 vMB 73
420,450 420,450 000000000000000004bc92649ade636af26f227e5029c1a9fc13cec2ca8a214e 3,040 1.00/1.00 vMB 89
420,449 420,449 00000000000000000239588bdf2d20d8e25f6e04f910bf0290c6445358d39a04 1,839 0.87/1.00 vMB 48
420,448 420,448 00000000000000000395fb05ba96e65f311636f85e23a22c690ff446a7684ca9 1,736 1.00/1.00 vMB 46
420,447 420,447 000000000000000000612e30dedbc3497b9e2d22b7434c6286ab542d8d4cf3e6 2,589 1.00/1.00 vMB 49
420,446 420,446 000000000000000001d9cad7f7c67727161c7086c146727432c5158e6d8f1235 2,697 1.00/1.00 vMB 70
420,445 420,445 000000000000000000a934de954106cf23a2ce57e1ca577d75fb74731e3521bd 2,261 1.00/1.00 vMB 48
420,444 420,444 00000000000000000280e730c3e14185abaf1ebff468b81e90a013638fd9202a 2,996 1.00/1.00 vMB 101
420,443 420,443 000000000000000002a5983917922dcbbe6016901d1f6f31b4b768ba41b44179 2,347 0.91/1.00 vMB 54
420,442 420,442 000000000000000004cf82d5248ac02c64882a44f19246d0913c7ae19293b0a0 2,719 1.00/1.00 vMB 57
420,441 420,441 00000000000000000108926fe56e9332392fd176f66684ea994ff3fcb2bca352 1,133 0.54/1.00 vMB 58
420,440 420,440 000000000000000000fcb801c4bc59138295f5f6a9d4a5e8a1899b29fdb15078 1,851 1.00/1.00 vMB 31
420,439 420,439 00000000000000000018fae3584583c993ecdf349b00e6d8e01e9c65b67945cf 2,617 1.00/1.00 vMB 37
420,438 420,438 0000000000000000015aeecce0a8edb52c22d85e152424b4b08e4e73eabf7288 3,145 1.00/1.00 vMB 98
420,437 420,437 000000000000000002fe676debf91b91896faae230d143242371447be1f327df 2,169 1.00/1.00 vMB 43
420,436 420,436 0000000000000000004c1aa0a6f13c8fa5762b420fe0bbfab137013a90a7bfd7 1,028 0.91/1.00 vMB 16
420,435 420,435 000000000000000004002c0dbe3a889d402b832b9b26ccde4deb4bddaa43f589 1,643 0.89/1.00 vMB 41
420,434 420,434 0000000000000000005ccf705b28befaa0da46c0fe2f030e3de4daa9553b8eb5 2,575 1.00/1.00 vMB 41
420,433 420,433 00000000000000000501df06dc3cbc9abbbcebf4f12aa4537e97c11be26a1940 3,219 1.00/1.00 vMB 79
420,432 420,432 00000000000000000155ec457987959c59e02de8f421022572394be0a52916a5 416 0.35/1.00 vMB 34
420,431 420,431 00000000000000000215cb161c3ba3ebd867dfe2efa58da90363704d8a489f70 38 0.02/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.78 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: 709.60 GB
    • Received: 16.93 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.