Loading Tool

Explorer IconExplorer

Memory Pool

76,399 transactions
28.47 vMB
0.06681908 BTC
Random Selection Loading Transactions
Max Size: 172.56/200 MB

Candidate Block

Mining Attempt db3101dac6a85538b5c116a0fd10f4388f1534196fea91113a34842b42218ff5
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root ba0efdd9b4bb4d8abe4d1f04d5ef51544cb66966a74346dddb184b2306c362c2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,302
Size: 1.00 vMB
Total Fees: 0.00788385 BTC
Feerates: 71.79 > 0.79 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (273,699 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
641,461 641,461 0000000000000000000d5f793c3736ebbdd456e95351a27b9f85721d29660649 3,146 1.00/1.00 vMB 125
641,460 641,460 00000000000000000004b0f7c2b2f2e982512916c9baa17602811945cc4d5035 2,341 1.00/1.00 vMB 173
641,459 641,459 00000000000000000008bd5f5871c52c40d7abb2e4238ceb4c47de976035abe2 2,640 1.00/1.00 vMB 139
641,458 641,458 0000000000000000000383180716f55aca60f942bcbcc322697cd5b0f39c92a6 2,496 1.00/1.00 vMB 169
641,457 641,457 0000000000000000000bf909e84a328d120066dea7c4c0c51582ed0985521059 2,531 1.00/1.00 vMB 149
641,456 641,456 000000000000000000078a6b2401db77a125cc4b77eb9637abeca7a1d58cb4d0 2,945 1.00/1.00 vMB 187
641,455 641,455 0000000000000000000e098036ebd953a07f2f82f71f1d6e96273c5b2e8724d8 2,218 1.00/1.00 vMB 157
641,454 641,454 0000000000000000000d68eec8ef8550f5b486b6814858c8ae607df2cc41e0a7 3,120 1.00/1.00 vMB 158
641,453 641,453 0000000000000000000cb4c69bc2b564357d9dc81d411be39775814cb3dac6ae 3,126 1.00/1.00 vMB 170
641,452 641,452 000000000000000000057315cf25e302534b3e26d4a1a7cdd166b24b0237d275 1,965 1.00/1.00 vMB 163
641,451 641,451 000000000000000000089cad8d45cc28f5f5fce3ec76f635a69227ddbb370193 2,187 1.00/1.00 vMB 173
641,450 641,450 00000000000000000002efd627bdf924f9872a69ba93b47fa983d6e0734f9c3c 2,572 1.00/1.00 vMB 163
641,449 641,449 00000000000000000004de12581a2f96ae5e44096dc013d26d57ded1bc2b6823 3,031 1.00/1.00 vMB 178
641,448 641,448 000000000000000000084552bf6a473f96a751509d53de78571577593a4a0c7a 3,361 1.00/1.00 vMB 221
641,447 641,447 0000000000000000000801a61908650febf49b2d4d0d81089c436357ad7b5599 1 0.00/1.00 vMB 0
641,446 641,446 000000000000000000007e620351636d0ef36e158cb1a038d2ba81c20dbaccb7 1,699 1.00/1.00 vMB 162
641,445 641,445 00000000000000000006baed171ee9e015d7425928f8c244bd328ae2a64e8f6c 2,176 1.00/1.00 vMB 28
641,444 641,444 00000000000000000009ea5b0acc0565618b81a0dd1098c846b3437c17103e65 2,288 1.00/1.00 vMB 111
641,443 641,443 0000000000000000000212f277e23a04a26f360ef6e7b1abf1df3ecc98cf5e0a 2,144 1.00/1.00 vMB 126
641,442 641,442 00000000000000000005e08bdac68a0e0f8bf91dfa9bfe9de9f5288cb4b435fc 3,059 1.00/1.00 vMB 186
641,441 641,441 000000000000000000096d474df06bab7fc4989a0fc8e428335794af55a68d6b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.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.