Loading Tool

Explorer IconExplorer

Memory Pool

72,530 transactions
28.04 vMB
0.06210617 BTC
Random Selection Loading Transactions
Max Size: 166.34/200 MB

Candidate Block

Mining Attempt 86329679feee838d17befbfb99c050624eb2eed6ac83eb62cffcdb33302c2885
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 5f0d380322c8ef97014dd09e6b2a26fba508a38f6424d17edd79266c0319eea2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,662
Size: 1.00 vMB
Total Fees: 0.00614071 BTC
Feerates: 40.21 > 0.62 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (471,929 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
443,123 443,123 000000000000000000e284ffd32f82e30e9efcceb486686da72b0a71e35f25cc 3,021 1.00/1.00 vMB 77
443,122 443,122 0000000000000000034bb90a4e9552d7c95ab0ffeca6e35a3cb18ab2af0d1e24 2,297 1.00/1.00 vMB 81
443,121 443,121 00000000000000000214b54f2bfb3e1bca674c876d213247c9d6fa384f9e1f87 1,366 0.99/1.00 vMB 102
443,120 443,120 000000000000000000d0d4b18bd8398d1b9b6960d6b0da3c434492085ba5ed74 2,003 1.00/1.00 vMB 93
443,119 443,119 000000000000000001f77b32f72a48a3062ba806fea373ea5c04b3c01a40ce2f 2,619 1.00/1.00 vMB 90
443,118 443,118 00000000000000000200fd13b50b9971f4711452dcaf4a6463d4a854f9e6e085 1,845 1.00/1.00 vMB 76
443,117 443,117 000000000000000001df1d4ec566ccb3ba020159aa2f135d9460ab9568c148b7 2,034 1.00/1.00 vMB 72
443,116 443,116 00000000000000000144899231836a2bd3421db8468e3bb34decaf858abc6307 1,037 1.00/1.00 vMB 79
443,115 443,115 0000000000000000034bd6db9c3b30cf6fbcad5cd6e229e0a917f6676bdc438a 1,977 0.75/1.00 vMB 88
443,114 443,114 0000000000000000005598730238fc382c20c5181fa3ca692981b3fe73561dd1 3,092 1.00/1.00 vMB 107
443,113 443,113 00000000000000000277f5087f05bba5cf2ca335ef56a86ddec9374dcb620251 1,644 0.87/1.00 vMB 68
443,112 443,112 0000000000000000021483eed3d092df42d003cce74adbf2b1932886c443c097 2,508 1.00/1.00 vMB 73
443,111 443,111 00000000000000000339152cc026def2db1592b173c788f1ca829f59fadd31c2 1,791 0.75/1.00 vMB 92
443,110 443,110 00000000000000000231bc0941087d51ad5875f677bfc073b97d0aad1a58a6c1 1,656 1.00/1.00 vMB 65
443,109 443,109 00000000000000000094c439c5a61439d2a476481939e19faf322ae5f76424e2 1,619 1.00/1.00 vMB 48
443,108 443,108 000000000000000000c71016afc7347dcfc0ae7e2ef3d09b99c9551dc57ea1b7 2,616 1.00/1.00 vMB 70
443,107 443,107 0000000000000000010fbe0fe4ca041debe04cd293eeae2a98afa2b1535e144a 2,230 1.00/1.00 vMB 78
443,106 443,106 00000000000000000288928c1268c518c7b034fbdc5532bc2eeee208ceb08bd2 2,258 1.00/1.00 vMB 64
443,105 443,105 000000000000000003103f1fce940560d66b3ec512958ebac0332ebf4349fcf2 2,300 1.00/1.00 vMB 89
443,104 443,104 000000000000000001e474712ffb0385bee76c64a9ea08a7f89c4c2b51758f24 2,710 1.00/1.00 vMB 96
443,103 443,103 0000000000000000035517e6213b0f053523ae4b540ccb30f349d6be66ee704b 2,191 1.00/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 782.48 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: 668.18 GB
    • Received: 15.41 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.