Loading Tool

Explorer IconExplorer

Memory Pool

75,380 transactions
27.52 vMB
0.06559315 BTC
Random Selection Loading Transactions
Max Size: 168.60/200 MB

Candidate Block

Mining Attempt 7dffbf71b16eb8a88267110be5d742c40743775d7f443200cf4f58c6fd6b187f
Version 20000000
Previous Block 000000000000000000000c18148fdfef4d629c0717edfd345e01c977e0de589f
Merkle Root f546f15c72ab26d7a11ac3b2df484b7458f52535721efd06f75887bc4027c93c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,569
Size: 1.00 vMB
Total Fees: 0.00673912 BTC
Feerates: 24.01 > 0.68 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,310 (452,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
462,729 462,729 000000000000000000110a8d0f6991ecf6a42ce3dd64ee59bb7380512c715ebf 2,194 1.00/1.00 vMB 207
462,728 462,728 0000000000000000016ddac400bb5694e6c5394e164251570a8a98e39f0fd21b 2,357 1.00/1.00 vMB 223
462,727 462,727 00000000000000000043fcbf55d219c3fa8637fa80c591c8205a353ce9dc3513 2,265 0.93/1.00 vMB 268
462,726 462,726 000000000000000000116c4dee135f2726de142229eb113c802eaf01e09b84b8 1,776 1.00/1.00 vMB 207
462,725 462,725 000000000000000001a275d104c45e891006b92fec8850edaf7f378ba077fffa 2,209 1.00/1.00 vMB 152
462,724 462,724 000000000000000001c865a81918520e9ed61d1ad378ae7aeb011e83309b65c0 2,354 1.00/1.00 vMB 165
462,723 462,723 000000000000000001f9d3da930bb3f53f1298b1c2992e9dfd1b4ff8e907fd8c 2,133 1.00/1.00 vMB 200
462,722 462,722 0000000000000000011bc8cd22709309163f620337ef15dc977e5371d9e6fcc1 2,462 1.00/1.00 vMB 155
462,721 462,721 0000000000000000011152fdcb93f3e5ee4137d1ef9be7a89e606d4cad2117f2 2,164 1.00/1.00 vMB 182
462,720 462,720 0000000000000000005b05764038a767b16533fb63c67d759afb2f2259d75c6a 1,988 1.00/1.00 vMB 199
462,719 462,719 00000000000000000156c5916b06f44f65fa3abe3cd60a363556a10d623a1c4a 2,460 1.00/1.00 vMB 183
462,718 462,718 000000000000000000815da5ed6d7537f2e0092105f653fbdfa5254fba21a7b3 1,381 1.00/1.00 vMB 207
462,717 462,717 00000000000000000219f0c8a18eb912ce2499b294c35d1d6723056c9036bd19 1,050 1.00/1.00 vMB 223
462,716 462,716 000000000000000000efe13fb9b5b34c77e5cb56b0f530837a3a1a4868a6fe83 870 1.00/1.00 vMB 216
462,715 462,715 00000000000000000150ba13684177341c2e5e85b1fb4a5cbda463e7af62c2fd 915 1.00/1.00 vMB 226
462,714 462,714 0000000000000000013cc1b33bcb6acdc4230c91705ab756cb3dd954e56c19e7 1,006 1.00/1.00 vMB 212
462,713 462,713 00000000000000000015cd667a21f0e244f03a68c7b1256329102a826eb5a745 1,766 1.00/1.00 vMB 182
462,712 462,712 000000000000000000ca62e582bf97c277c82b4cc2392f3fdf8ed45055e74ef7 1,159 1.00/1.00 vMB 195
462,711 462,711 0000000000000000003fb5d95deb9ce13de7369cbb3dab480541db5b4a9fb261 1,504 0.99/1.00 vMB 173
462,710 462,710 0000000000000000014deff92446e83eff46d4cd503b59605af4878d48dd92a5 482 1.00/1.00 vMB 187
462,709 462,709 0000000000000000017953bad0103eb0d81751bca95d50865c4333f98d61e7d4 642 1.00/1.00 vMB 190
Previous 10 blocks ↓
Total Size: 782.93 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: 714.59 GB
    • Received: 17.57 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.