Loading Tool

Explorer IconExplorer

Memory Pool

39,674 transactions
26.34 vMB
0.05926169 BTC
Random Selection Loading Transactions
Max Size: 136.87/200 MB

Candidate Block

Mining Attempt d0b37637bbcc139adcfdfd50c2cf5c127bea0bfe8535321edffc1c81e18eb01a
Version 20000000
Previous Block 000000000000000000002e6c125769ab28179d8d5f06e690be3e70d4bdd9ba39
Merkle Root 1b8707b43aa1cee65febf8b3bf857a5e48cbb4b52536d6395ecbcd6f58e13b6c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,508
Size: 1.00 vMB
Total Fees: 0.01086192 BTC
Feerates: 50.62 > 1.09 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,904 (443,657 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
471,231 471,231 0000000000000000002c479e86e24c858cfb7ac7de1b4884f1ead622fe17f5d0 2,137 1.00/1.00 vMB 435
471,230 471,230 000000000000000000dff67ae260f7a0d77aad45e04a8ff2ad8a217d06b9c8e3 1,166 1.00/1.00 vMB 195
471,229 471,229 000000000000000000b54ad5b85ad994c3ae14867e7882fe1c87a572f43ef0f5 2,061 1.00/1.00 vMB 136
471,228 471,228 000000000000000000563e267614149cb4279413b607fd984e95beaf5497b326 2,371 1.00/1.00 vMB 340
471,227 471,227 0000000000000000019b6e500f45191172d3aaedaf2d0df077cf7f6d42688fc9 2,030 1.00/1.00 vMB 300
Previous 10 blocks ↓
Total Size: 782.22 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: 654.69 GB
    • Received: 14.16 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.