Loading Tool

Explorer IconExplorer

Memory Pool

44,432 transactions
27.35 vMB
0.07231755 BTC
Random Selection Loading Transactions
Max Size: 144.14/200 MB

Candidate Block

Mining Attempt e589b1f2970ff731039d7d50a72e6d5b542b1ef073428340c7b87e8e6d1037ec
Version 20000000
Previous Block 0000000000000000000025449f50590d909b1288ad98721336244ae461997fee
Merkle Root c1b49d4e394254aed4c03f6297a47ff97306d47516a724157bbd9bba0e0431d2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,011
Size: 1.00 vMB
Total Fees: 0.02108638 BTC
Feerates: 150.77 > 2.11 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,898 (703,321 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
211,577 211,577 00000000000000b22ec47c9cdd720e05212217d71a75774eb002b2b54b2e7914 551 0.25/1.00 vMB 186
211,576 211,576 00000000000003d34e53d26a37e81ebeaddd5b774065b95d47a2d66fc0e1a3a0 477 0.25/1.00 vMB 176
211,575 211,575 0000000000000466374c9f8d1b4bea7a1030162c670b102f775859ad1f3b87b4 582 0.18/1.00 vMB 173
211,574 211,574 000000000000007c7f6e9deb4724954ad6c91fa1cdf03dd0401be5dec69adf9f 544 0.25/1.00 vMB 196
211,573 211,573 000000000000011d214c4432bfbb32a78b283041c54a9547ebb44a8616f4cde7 5 0.00/1.00 vMB 931
211,572 211,572 0000000000000403ee392980ebdbcbea274cef5adabc7f2deec485b1ee15f87d 14 0.00/1.00 vMB 14
211,571 211,571 00000000000003e72f1ecae6ae4cdaa92a63252e30d46ad383d746ef9b6aa280 413 0.25/1.00 vMB 139
211,570 211,570 00000000000000dffcd190368196ea41d6b83d6d32ab706ecf2834033b0a5500 358 0.24/1.00 vMB 98
211,569 211,569 00000000000002547680e74037b9d4c5d2fc2f386bce510c369e12e4c73fbae2 479 0.33/1.00 vMB 164
211,568 211,568 000000000000031fdc9765c540af91e614046766cd2d1309defe608a76edcf5e 6 0.00/1.00 vMB 0
211,567 211,567 00000000000002b84a0d5589c98de536d21ea59e104be9f7863235a9344faa20 114 0.05/1.00 vMB 144
211,566 211,566 00000000000000070618491a3d2d7e2af4fb6b2ebcc8e0a60e2898de92311b6d 665 0.25/1.00 vMB 230
211,565 211,565 00000000000001462882c8c8f3c0982861903734da7cd898d47f2682f7e54f5d 42 0.02/1.00 vMB 53
211,564 211,564 00000000000000e40b560038504fa877813db0135a10126c3ae6e22f67328d8f 135 0.05/1.00 vMB 136
211,563 211,563 00000000000002208bd46821c915a92c2397287e098ed45d31a6feaaa568f5a2 891 0.36/1.00 vMB 184
211,562 211,562 000000000000034151488788401cc1143a57f788217c67ec8e1f7f39cace1fa8 178 0.06/1.00 vMB 125
211,561 211,561 00000000000003468d7dd56078c5e6ead03b27e4c99ae2c9333e664c13952cc9 145 0.05/1.00 vMB 76
211,560 211,560 0000000000000232169c7cf244da2d2703f79078c5dfaf7a169a7e91ebeae701 422 0.27/1.00 vMB 140
211,559 211,559 00000000000000bfbee3333b8d7a3748c29a956e65547895e4ab1f56121a725e 9 0.00/1.00 vMB 21
211,558 211,558 00000000000004ae4dea8b44e3852a66b7431b9eb7a0505a32aa4fe5dd89d0c0 73 0.03/1.00 vMB 21
211,557 211,557 00000000000000ef4e69b85243fd9c7ce47becc3bc932cf27e5581962f86b4eb 566 0.25/1.00 vMB 190
Previous 10 blocks ↓
Total Size: 782.21 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.29 GB
    • Received: 14.12 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.