Loading Tool

Explorer IconExplorer

Memory Pool

81,186 transactions
30.18 vMB
0.13330342 BTC
Random Selection Loading Transactions
Max Size: 181.46/200 MB

Candidate Block

Mining Attempt 9d4149e7a222b32d3cde35061315d7d6c329b26c189e1edb4102ffb92c1a6ee7
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root f198e12714d117e5a0c05966336f39cd09cea11da7ab4e6bc6353dd8d0dd4a83
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,037
Size: 1.00 vMB
Total Fees: 0.05613227 BTC
Feerates: 242.90 > 5.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (504,143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
411,017 411,017 0000000000000000042a4da26c9b37d5d4ae36c9c0f7a4509de8cf6dffbb9545 196 0.26/1.00 vMB 7
411,016 411,016 00000000000000000049edd04bc727a133c1619d77359db486665b84df209e40 490 0.18/1.00 vMB 40
411,015 411,015 000000000000000005756d2c2531117b6792a6440c69726f76fe54bc9c1b150d 454 0.76/1.00 vMB 16
411,014 411,014 000000000000000004444ade93bdd0c95448a2c008a8b87b1f324c8db43cf8b6 761 0.32/1.00 vMB 37
411,013 411,013 000000000000000002160a5beba2aec4ba098f2ae3f73a20f498fa75b18d1169 1,373 1.00/1.00 vMB 21
411,012 411,012 000000000000000002c87fe7447ec4d52f446fd53f2a0a51ce4ae1f2d6224bc5 2,909 0.99/1.00 vMB 53
411,011 411,011 00000000000000000331a17a1dc9f9a6e3a95084455445a48d0bbe1ac68809a9 1,077 0.55/1.00 vMB 31
411,010 411,010 0000000000000000006ffa9c9a372d1897d0ee842d0afb43772d2053b64ae25a 384 0.23/1.00 vMB 29
411,009 411,009 0000000000000000022a659987962009b734f4a75056337f7fdb7e423fb9e93d 377 0.22/1.00 vMB 31
411,008 411,008 000000000000000002d433455324c2ee1c9957fcb77c0b7f5b3e7c7654d974cf 609 0.54/1.00 vMB 17
411,007 411,007 000000000000000003cd8aa7f3510628a37fbffa512c7654d86a20107f635377 1,729 1.00/1.00 vMB 33
411,006 411,006 000000000000000005cc3394ce3f40f3bbe1f0baa0f1c54f1858b42065475651 14 0.00/1.00 vMB 139
411,005 411,005 000000000000000003240e178714e7e34840b85c5c12750db8b5f78b5e270497 1,613 1.00/1.00 vMB 26
411,004 411,004 000000000000000003e009ffcb4c42222928168eaf66dc4b411ce40ad819503a 2,476 1.00/1.00 vMB 43
411,003 411,003 0000000000000000003de1c9c71196e716d146cd7d804797d3998609559233ae 2,800 1.00/1.00 vMB 58
411,002 411,002 00000000000000000462daf8b3ca446605d93fba5ef63639da066eea303beada 3,270 1.00/1.00 vMB 67
411,001 411,001 000000000000000000c2557733259f2689e5ff6c64495d85949bd7ddb055037f 1,060 0.99/1.00 vMB 20
411,000 411,000 000000000000000002bcca81431f7d50f719830d1e04544cf89012ef4ba9e2af 1,560 1.00/1.00 vMB 24
410,999 410,999 0000000000000000036f6fc4b804b05a6b79b2d5eb84cfef4674de2ef1eb83ab 2,600 1.00/1.00 vMB 48
410,998 410,998 0000000000000000010477bb4197c7933d0a051b97cff94a17809c71c9ccdc06 2,166 1.00/1.00 vMB 45
410,997 410,997 0000000000000000049f2099b0f0594ae4d76867e0928c90320d44a138d0aec4 2,166 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.67 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: 674.06 GB
    • Received: 16.43 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.