Loading Tool

Explorer IconExplorer

Memory Pool

74,448 transactions
27.54 vMB
0.07071144 BTC
Random Selection Loading Transactions
Max Size: 167.83/200 MB

Candidate Block

Mining Attempt fb4c74535ad25e34f6ddff9e69a45726aca80099eb974475e5b1d7a94ed12c29
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root f13b567fcc018a9e6b7b9cf24349b6393bb94422315d7c25e73f3783a04ca1ff
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,520
Size: 1.00 vMB
Total Fees: 0.01183906 BTC
Feerates: 150.80 > 1.19 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (230,945 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
684,320 684,320 0000000000000000000ac2a718955afda44eb33131d8356fecdccdfa6b12514d 1,798 1.00/1.00 vMB 127
684,319 684,319 000000000000000000010a91d72b2a5664ada37817aa8f2cbdb090f714ac9730 2,466 1.00/1.00 vMB 119
684,318 684,318 00000000000000000004d358de4cd58e44931785d423353b0e9b8215b44f4657 443 1.00/1.00 vMB 114
684,317 684,317 0000000000000000000855851b6f5b9c7ab10c4166bedc1ea103525d108e12f7 1,838 1.00/1.00 vMB 113
684,316 684,316 0000000000000000000336ca59d43b5684fa68891baac3ea4842047741955d9e 2,490 1.00/1.00 vMB 127
684,315 684,315 000000000000000000062b96494b2e7bae3a9265025397fce2ca9287cb75790b 2,579 1.00/1.00 vMB 126
684,314 684,314 0000000000000000000557b401e097c01581b14c910fa27a46762230d2d1dbca 2,530 1.00/1.00 vMB 129
684,313 684,313 000000000000000000007caab0f2485fcfec4d11c3c751ac66bedd76021c6054 3,263 1.00/1.00 vMB 195
684,312 684,312 00000000000000000000c6ee8c28139c3cfb3818658fa1f31090214a9f328dba 2,707 1.00/1.00 vMB 94
684,311 684,311 00000000000000000001b8e9a1b6eaa12711f2d1ea769b1b3768130f28b737fa 2,928 1.00/1.00 vMB 124
684,310 684,310 0000000000000000000a7b86211f9293d2abb1cf2e4f43cc3a229c76cc59f5cc 2,853 1.00/1.00 vMB 123
684,309 684,309 00000000000000000002cab82ef7febf5431c30bd0a13a2aa026d2b82a83a068 1,428 1.00/1.00 vMB 117
684,308 684,308 000000000000000000096e090d9a88f07913d83d4e0409487980c18107735203 1,310 1.00/1.00 vMB 115
684,307 684,307 0000000000000000000b3ba5f6b5755b41a776fddc753dddf9b58713f162437b 3,102 1.00/1.00 vMB 138
684,306 684,306 00000000000000000008a4c575dc453f9dce18ce751fc2fb148ba5e48922585c 3,008 1.00/1.00 vMB 125
684,305 684,305 00000000000000000001e8eb656f5e2c60650b319e65e51ae4ff1377a91ca27c 2,139 1.00/1.00 vMB 94
684,304 684,304 00000000000000000007c82b7cd2aefc99ca76c25ca7caf49fd1255a6bc61d39 2,662 1.00/1.00 vMB 115
684,303 684,303 000000000000000000071a48eed5d71cf6b440468e8f234de85cf6e4cae7d3ba 2,567 1.00/1.00 vMB 118
684,302 684,302 00000000000000000000a8d66f92a09db89113e93699ab9786bdf7a12680b63c 1,713 1.00/1.00 vMB 87
684,301 684,301 000000000000000000038c87d731aba70b64d99310e57b8578c5a4b76b669a79 2,371 1.00/1.00 vMB 124
684,300 684,300 000000000000000000060de6c81a1cbd807106681318493eb2ce3e6020d3f3ad 1,825 1.00/1.00 vMB 92
Previous 10 blocks ↓
Total Size: 782.85 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: 712.60 GB
    • Received: 17.20 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.