Loading Tool

Explorer IconExplorer

Memory Pool

80,464 transactions
30.15 vMB
0.09055071 BTC
Random Selection Loading Transactions
Max Size: 180.80/200 MB

Candidate Block

Mining Attempt 4080db37d65e6325744429d9e760b78bde1d72cd9b64d3c0b8280566de99b665
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 3a2c13097aeb9a2b5ac94258e6b345ba98f9f696d3b1b250d2d5d0786c6c73f1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,237
Size: 1.00 vMB
Total Fees: 0.02878090 BTC
Feerates: 301.07 > 2.88 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (443,755 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
471,252 471,252 0000000000000000017c73fe7e205667891f16239727df67905e1825fdb6017a 1,951 1.00/1.00 vMB 379
471,251 471,251 00000000000000000191c02a3f27a9bee9c904ad79e5a5f443a6af1c31f162e1 2,398 1.00/1.00 vMB 413
471,250 471,250 000000000000000000e104d9fad74938c6a405fc32ce2ae97dda2c561e8e0df1 1,825 1.00/1.00 vMB 419
471,249 471,249 0000000000000000019022bea28fc0b48664b3c40afaea43802eafffefe065e5 2,978 1.00/1.00 vMB 501
471,248 471,248 00000000000000000096a3e82335ab91c86bfa5f129d88ac4cd436c8e1b0f69c 1,758 1.00/1.00 vMB 598
471,247 471,247 0000000000000000011d3adb8cb07f8b952966b527cde9b3a1bd1fed8845c26e 2,412 1.00/1.00 vMB 271
471,246 471,246 000000000000000000677f121dc018211bbaef0225a89690bec110ee4492cfe4 2,576 1.00/1.00 vMB 318
471,245 471,245 00000000000000000011365930e500322f3168d65186092a6e54efe0b8c528f5 2,369 1.00/1.00 vMB 412
471,244 471,244 0000000000000000011a18a4e3ba33557070e9109317286d899a3273f451141e 1,899 0.99/1.00 vMB 325
471,243 471,243 000000000000000000da12215aacd5856082b6b62569e447d538a3a98e4e5812 1,891 1.00/1.00 vMB 355
471,242 471,242 0000000000000000018f5c04a0372c2d3bd6af973571437ffaff3fc536a2fe8e 1,746 1.00/1.00 vMB 320
471,241 471,241 000000000000000001552f2b6f9bd67a981b3b9b4326ba0a85d50ca36c14d7d9 1,831 1.00/1.00 vMB 331
471,240 471,240 000000000000000001577b4ca3dd7978622ac1eee1c9ec46d7359d2e4c7645cd 2,041 1.00/1.00 vMB 381
471,239 471,239 0000000000000000005b237e68a45be8157532ed080debbc53b211f83df24ec8 1 0.00/1.00 vMB 0
471,238 471,238 0000000000000000019cde1a8ffcde71b02bbedf7a77abd9430a9ab8408d0d2e 2,121 1.00/1.00 vMB 389
471,237 471,237 000000000000000000c486c8568e607cbc294f05284340638a57af06025789fc 1,356 1.00/1.00 vMB 493
471,236 471,236 000000000000000001521831eb807c85f7b5ef825e8ead8c55539194491948a6 2,412 0.99/1.00 vMB 371
471,235 471,235 00000000000000000071d67198b338f60f2250fadd836c487e3b19abfee2c7af 2,856 1.00/1.00 vMB 450
471,234 471,234 000000000000000001399ead669f858e762c43cabac79acdaa853642d9c822b5 1,548 1.00/1.00 vMB 161
471,233 471,233 0000000000000000002532ff896e87a8b52d6edfc74342e9ba0972a666337a44 1,874 0.99/1.00 vMB 407
471,232 471,232 0000000000000000005a097b7b69fcbb84946f7865e563399b19039ef4bf92d1 1,856 1.00/1.00 vMB 186
Previous 10 blocks ↓
Total Size: 782.41 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: 664.97 GB
    • Received: 15.07 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.