Loading Tool

Explorer IconExplorer

Memory Pool

54,394 transactions
32.10 vMB
0.14705827 BTC
Random Selection Loading Transactions
Max Size: 171.48/200 MB

Candidate Block

Mining Attempt a3ca79f7170f8c69e0754b3ef706cbe0c1d7827a7212445f56a858c0c821637a
Version 20000000
Previous Block 00000000000000000001313720cdab0b96a52eb599aa00254522f99d726b53eb
Merkle Root 2b675fc23546d4f94b7dfe1e3c04ce57d8a0630a96986544547acdc69d3e7969
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,155
Size: 1.00 vMB
Total Fees: 0.04633464 BTC
Feerates: 104.17 > 4.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,821 (471,340 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
443,481 443,481 000000000000000002ff5e57afe6866ef4f25f8e49ab7fdfea16f1268468b674 3,105 1.00/1.00 vMB 78
443,480 443,480 00000000000000000201651e875d68e326fbb3e2faeaf7bfc4922848389b9f16 1,968 1.00/1.00 vMB 62
443,479 443,479 0000000000000000012e7ee9ea4c2913b539bf85bafc554a304167eae2704b74 1,929 1.00/1.00 vMB 76
443,478 443,478 0000000000000000023e725c8dbf91e364c64ea4bb7c4a2b16aad3dd6579f59e 1,824 1.00/1.00 vMB 88
443,477 443,477 00000000000000000253b8147b5ad8d02b329b38b0002c0002c9828cd01ef0b0 2,672 1.00/1.00 vMB 103
443,476 443,476 000000000000000003092277c2d613966f646ea1891be00ab09974f4aa04c051 2,960 1.00/1.00 vMB 112
443,475 443,475 00000000000000000206a24d72f2925d68cfbc92b24d50351ee9ecba5b967939 2,582 1.00/1.00 vMB 99
443,474 443,474 000000000000000002375a00cf988047ee4b4dbef4752f950a15381ba834ff4c 2,670 1.00/1.00 vMB 75
443,473 443,473 0000000000000000039ec55f3ec9c5b116cea76148644bb5f49e9b097d864fca 2,342 1.00/1.00 vMB 80
443,472 443,472 000000000000000001b0d31625521c442b65fd31cc8f8af0def29f96cc139ab7 2,469 1.00/1.00 vMB 92
443,471 443,471 0000000000000000029572124688345bcb61224d505afdd46a6a2ccd6305f2b1 2,258 1.00/1.00 vMB 62
443,470 443,470 0000000000000000038afa406c6a4b7ce9b76feeb8e0509973480ba4bb9a1612 2,402 1.00/1.00 vMB 68
443,469 443,469 0000000000000000036a1af84184e308795c85e2d8689776234b74ba435bd91d 2,784 1.00/1.00 vMB 98
443,468 443,468 0000000000000000026a8d6409377e334d85baa8d643cd17bac880f0ca2be625 2,737 1.00/1.00 vMB 73
443,467 443,467 00000000000000000158e4ff2556217921756f782c65ac8f1896011b7afd20f1 2,333 1.00/1.00 vMB 81
443,466 443,466 000000000000000001a1a5e67ef5cd866444e96d269b58def37213d8d35207c5 2,425 1.00/1.00 vMB 82
443,465 443,465 0000000000000000005505dd6da317e60c01bf20f759321b45bd74b8e521a37b 1,854 1.00/1.00 vMB 79
443,464 443,464 0000000000000000019dbb0b5f549fe600863de28123dce9a510cca54fa133c1 3,108 1.00/1.00 vMB 107
443,463 443,463 0000000000000000002de4e155fa10ca07f19bd41e1c2b90517732980c614bf4 345 0.15/1.00 vMB 79
443,462 443,462 0000000000000000023e67e8f4a43c0d05bd0a6bced4e5ffebdc227f58b8da41 2,213 0.98/1.00 vMB 79
443,461 443,461 0000000000000000007230d6a2c94d3526ec214f2d89588b41accc9dd823a0e6 814 0.33/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 782.07 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: 651.26 GB
    • Received: 13.51 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.