Loading Tool

Explorer IconExplorer

Memory Pool

40,616 transactions
29.05 vMB
0.07371892 BTC
Random Selection Loading Transactions
Max Size: 147.83/200 MB

Candidate Block

Mining Attempt 074844643f0e48d8096b68438e08c4ba0eef1c43e9c70c33b34740a3d49a6bfd
Version 20000000
Previous Block 00000000000000000001da679658719cfccc2653ecbf8d9a60db7cdf4fd801ac
Merkle Root 0a5299a044a5006af7de4754ed2f8cb3f0ce0f680cc4238ed03ba6a4974f69f6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,214
Size: 1.00 vMB
Total Fees: 0.01717676 BTC
Feerates: 451.74 > 1.72 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,538 (789,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
125,365 125,365 00000000000017c7333c36b02e29c27e3c722e690dd0188db93a173ba4caaf20 5 0.00/1.00 vMB 0
125,364 125,364 00000000000018074defda195f8c07d644161e73075ba9688e24193d0ccd8f53 22 0.01/1.00 vMB 633
125,363 125,363 0000000000002ed1fee1138be59da45939662281c4ef1e1b53f537c517a3701b 17 0.01/1.00 vMB 185
125,362 125,362 000000000000242aba4a5c0e6bf4af7ec958f25657bd626bf299940956332a10 4 0.00/1.00 vMB 2,321
125,361 125,361 000000000000094aa5812d0227f49410430d9821d5efc9a5fa62b2c2f19f5c1f 33 0.02/1.00 vMB 627
125,360 125,360 000000000000447184b573b0d65c7a03b52e30ba628edd224f920b713b57f222 1 0.00/1.00 vMB 0
125,359 125,359 00000000000037f0eae4870f4e495a24891e97ce8212ea3840d4cb9b2522bf7f 12 0.01/1.00 vMB 505
125,358 125,358 0000000000000293f9dc153b62f0cc1a1ab6a7f07973ca5e39c6115f5408ad65 50 0.02/1.00 vMB 2,141
125,357 125,357 000000000000415dab999837c2bc83f7b555252da5b03b6bf6a6dbab1d886ce7 42 0.01/1.00 vMB 0
125,356 125,356 00000000000002c9460945547d13ac8939e60e2619666b47fb9f1c3f4ef5f0ca 11 0.00/1.00 vMB 0
125,355 125,355 0000000000000b1999293a313fcbd111003003b1e063e01712db7fa71db3c775 9 0.00/1.00 vMB 349
125,354 125,354 00000000000011e3e044cd544d2752d07d2010833361c1df98de34d116b39ebb 24 0.01/1.00 vMB 826
125,353 125,353 0000000000001ea5f6d58f7c5885162ac8a12a2d286320c59d9541682286fb22 24 0.01/1.00 vMB 1,279
125,352 125,352 0000000000002799d1e09cac2e6b397e1befa684a3f0adab2e5b6db0e23c3dd2 26 0.01/1.00 vMB 901
125,351 125,351 0000000000000f7f8c166caa24fd3528f174c2ae72574c7ab82a5feba7fa58a6 13 0.01/1.00 vMB 457
125,350 125,350 0000000000003a4c468cfba552a42253ea9508a9083b16a8c67a85cceaf439ef 40 0.01/1.00 vMB 216
125,349 125,349 000000000000044ad545253d0ca949da915b7dbab3a7b801d3018bcc1e675942 5 0.01/1.00 vMB 645
125,348 125,348 00000000000002d124d0431c730d02930d6e3d72ed8844106d6117b37575029c 13 0.00/1.00 vMB 935
125,347 125,347 000000000000314cf75c3d458d5ce4bd6aa3ac72d68ca7dee031a0d9754256ad 29 0.01/1.00 vMB 779
125,346 125,346 000000000000248b6aa4608c97237c98f7e772d461763c49c3e0a33b839f8395 68 0.03/1.00 vMB 1,697
125,345 125,345 0000000000004074c20c7b35069f6a87072d3781ac5e3201c9fc21c49a95fbbb 43 0.02/1.00 vMB 1,047
Previous 10 blocks ↓
Total Size: 781.57 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 622.44 GB
    • Received: 11.33 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.