Loading Tool

Explorer IconExplorer

Memory Pool

80,488 transactions
30.26 vMB
0.08260590 BTC
Random Selection Loading Transactions
Max Size: 185.08/200 MB

Candidate Block

Mining Attempt 1109aee72d54f6dd72adf7ac749729dcd41be6daf3ac47e7e59f9c5765435862
Version 20000000
Previous Block 00000000000000000001a02cb6d4fbacf8844dee7e1b84f92a84ac70592c59af
Merkle Root 3174ad239ab06d1c81efa30ab3990cabf83cc34cf161837da7a7f19d66f8dc08
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,268
Size: 1.00 vMB
Total Fees: 0.01506927 BTC
Feerates: 107.15 > 1.51 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,381 (386,937 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
528,444 528,444 0000000000000000001b8cb3edc2bc8ef89cbb2255c1506c05b409e77e74b300 1,295 0.98/1.00 vMB 15
528,443 528,443 00000000000000000034a4ca7006eb18128827b6bc9f4cd4fc70a9ac1d7408bd 2,385 1.00/1.00 vMB 161
528,442 528,442 000000000000000000179dac12ffb1104b8ca00e11c4f7be2c4e14482db6a322 1,391 0.97/1.00 vMB 50
528,441 528,441 00000000000000000024e4d3d1924f0ef0a5521ba90930845d757fdb0a91e4b2 1,169 1.00/1.00 vMB 46
528,440 528,440 000000000000000000093be63a5c4087d03ec5718048baccd84e832f5ba7d143 576 0.99/1.00 vMB 23
528,439 528,439 0000000000000000000f5e6113af6beb2aa2d4354777846782f2dd59f4114108 198 0.27/1.00 vMB 16
528,438 528,438 00000000000000000031700c8373703e3d468dd286f7fb77cc160565a4b8f320 480 1.00/1.00 vMB 17
528,437 528,437 0000000000000000000d608fc353571ec8c477e53424de2d09af7c79c45c589d 1,932 1.00/1.00 vMB 59
528,436 528,436 000000000000000000248fb2b2a55d8a114aa0bf5d6191c9ba5746b5a142894d 1,411 1.00/1.00 vMB 19
528,435 528,435 0000000000000000000fefd4b84fb32e68e762c81da1438b71ea815319a830f8 1,199 1.00/1.00 vMB 18
528,434 528,434 000000000000000000323d0805bf1a81e099a12c2d67e7d1f1d2e8416599ae3c 1 0.00/1.00 vMB 0
528,433 528,433 000000000000000000202aca7ddc385d9630872b55b221d5bd0c01743458932f 519 1.00/1.00 vMB 23
528,432 528,432 0000000000000000000190d934e3ef1ebc06fe2c746a6ed9c5019329698796f8 1,136 1.00/1.00 vMB 51
528,431 528,431 0000000000000000000915f5ccc559b0a362166dccc36ed537b102dbb2f46b61 847 1.00/1.00 vMB 39
528,430 528,430 0000000000000000003263a247235d32dfdd4c6867af457c79b663ac50f3471d 2,517 1.00/1.00 vMB 103
528,429 528,429 0000000000000000002757b180bbd36c32f35f87eb3ac56ad37514401f18bb31 1 0.00/1.00 vMB 0
528,428 528,428 0000000000000000002b38a614019fb8ee7c9bcaffd3616f4008632cd1b1d9fb 1,302 1.00/1.00 vMB 9
528,427 528,427 000000000000000000041a84b6a6a8b2702e2ddc941cfa6e45e523dcdcf1c1dd 3,291 1.00/1.00 vMB 11
528,426 528,426 0000000000000000001fff3b30b8d834ee535acd9e8eb244d4a22d76e8f7ec9b 1,858 1.00/1.00 vMB 40
528,425 528,425 000000000000000000022fa5f5d179b90441cb9ef6bb93e666bab470dafd174e 889 1.00/1.00 vMB 49
528,424 528,424 00000000000000000021d703817b373177d7b9792ec0b8f3098aa7b4c794967e 1,251 1.00/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 783.05 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: 720.56 GB
    • Received: 18.19 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.