Loading Tool

Explorer IconExplorer

Memory Pool

48,037 transactions
29.16 vMB
0.08743017 BTC
Random Selection Loading Transactions
Max Size: 155.48/200 MB

Candidate Block

Mining Attempt c15becb736665d76d7a88bc51926298bcfcc12e5de5caeda16ff47bb40cd95d7
Version 20000000
Previous Block 000000000000000000005305ff331788dce4fd0d1cb306269ddf5357d0752558
Merkle Root a4a7c8a01a1b731ee79a41406ddea1b4cd7db97018486a1292c0b01301a71804
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,067
Size: 1.00 vMB
Total Fees: 0.03136524 BTC
Feerates: 100.60 > 3.14 > 0.37 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,848 (471,354 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
443,494 443,494 000000000000000001386767982f43f42ed42bcf40acd3ba560e0bb6b588ebb5 3,434 1.00/1.00 vMB 102
443,493 443,493 000000000000000000233cfeb0a2c33bffa1ad15b63f22774ef4862edd7e7679 3,806 1.00/1.00 vMB 125
443,492 443,492 000000000000000003893a6127d9d2142dc72f3216675d9e36957c9e4c4fa0e2 1,429 0.92/1.00 vMB 42
443,491 443,491 00000000000000000289550ac1ad83d69f6524170f3774b4d5b337a953d297c7 2,941 1.00/1.00 vMB 86
443,490 443,490 00000000000000000175c5e598c7febecaeb64a058b35eb0c051168bd8d3ab74 1,758 1.00/1.00 vMB 54
443,489 443,489 00000000000000000115411baa665f94a0456f841a17d80dae020e842d15f4ed 2,707 1.00/1.00 vMB 66
443,488 443,488 0000000000000000013955964577ae0ae38a01488a183c41a5982a7aeb4ceebd 2,012 1.00/1.00 vMB 68
443,487 443,487 0000000000000000014ca0f62bd1759d9418c0bb800c9cd90316edb9c120a0af 2,428 1.00/1.00 vMB 79
443,486 443,486 000000000000000003a8c7ae98222a23285cfbc1ab533baaa4c755cbe2adb91d 3,084 1.00/1.00 vMB 87
443,485 443,485 000000000000000003aba2a81a70d2a52b72f444b096a3b4a2f4eba9026f6723 3,282 1.00/1.00 vMB 113
443,484 443,484 0000000000000000000519827f062408ea939e725fe6972248b1bcca71b4241b 2,606 1.00/1.00 vMB 71
443,483 443,483 0000000000000000014fc9a473c84fbb15f493c6e58a85cdc4541d2c318f309f 1,733 1.00/1.00 vMB 63
443,482 443,482 0000000000000000030a1e95344506a9845f732323237a2cf38a4dcd10e3d9b3 2,285 1.00/1.00 vMB 65
443,481 443,481 000000000000000002ff5e57afe6866ef4f25f8e49ab7fdfea16f1268468b674 3,105 1.00/1.00 vMB 78
443,480 443,480 00000000000000000201651e875d68e326fbb3e2faeaf7bfc4922848389b9f16 1,968 1.00/1.00 vMB 62
443,479 443,479 0000000000000000012e7ee9ea4c2913b539bf85bafc554a304167eae2704b74 1,929 1.00/1.00 vMB 76
443,478 443,478 0000000000000000023e725c8dbf91e364c64ea4bb7c4a2b16aad3dd6579f59e 1,824 1.00/1.00 vMB 88
443,477 443,477 00000000000000000253b8147b5ad8d02b329b38b0002c0002c9828cd01ef0b0 2,672 1.00/1.00 vMB 103
443,476 443,476 000000000000000003092277c2d613966f646ea1891be00ab09974f4aa04c051 2,960 1.00/1.00 vMB 112
443,475 443,475 00000000000000000206a24d72f2925d68cfbc92b24d50351ee9ecba5b967939 2,582 1.00/1.00 vMB 99
443,474 443,474 000000000000000002375a00cf988047ee4b4dbef4752f950a15381ba834ff4c 2,670 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.12 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: 652.10 GB
    • Received: 13.72 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.