Loading Tool

Explorer IconExplorer

Memory Pool

27,998 transactions
10.10 vMB
0.03380566 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 61.81/200 MB

Candidate Block

Mining Attempt efdac045abe98145ede6bf08863f199b08adee87b1a0fa4be644e867890b7b03
Version 20000000
Previous Block 00000000000000000001d707fbd85f02f6dd6025f5811e28a490b17660214a96
Merkle Root eb0a0617827280fd4aae1fb7546e0773b69db39ea39bff9100f68af88773000e
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 716
Size: 0.32 vMB
Total Fees: 0.00873893 BTC
Median Feerate: 2.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,249 (694,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
218,537 218,537 00000000000000dd4c543607c0ab65a60e87014a60cbe5d76d31bec5a92ebaa4 314 0.15 vMB 170
218,536 218,536 00000000000001da2da3498441e129261ab974600ce586abd031500798c6dd53 141 0.05 vMB 172
218,535 218,535 000000000000014cd8a58fb8e7a7f29bd27d6d35f45ae9a5f9ddffda48979cd6 584 0.31 vMB 36
218,534 218,534 0000000000000014bd34069b5258b49c09fd4e4f6b03fdb0dd5bd05948e94c01 399 0.19 vMB 193
218,533 218,533 00000000000001c5b6be9b0774a1014ea82c927ac6ff0e6837dac326fdec56fc 154 0.10 vMB 169
218,532 218,532 00000000000000adf22fff31cc212ec1250bbb261dd4d2ab0ede8f974a53d242 28 0.01 vMB 233
218,531 218,531 000000000000032c4846b2b1b8bff9fc6b2b9ba5d9889813997c9f97357b4510 399 0.21 vMB 174
218,530 218,530 000000000000047dd4b3ec0aaa50c7df3c3c080e7026f5e218f15ae2a486ce84 418 0.20 vMB 171
218,529 218,529 000000000000059fb12644394af11f6325edb6642a7a292dab872a016e9948b0 292 0.12 vMB 150
218,528 218,528 000000000000044f3ca5a65427c71ceb30e564351f45151485123a88865a58f8 365 0.26 vMB 153
218,527 218,527 00000000000004a65b53c862fcd63a0c54f9e11bb609d8829b5b4a150964e3f0 604 0.20 vMB 273
218,526 218,526 00000000000003c08d040d2675f04a1cfecb7f3fd8af9412abca21299629b7e4 344 0.19 vMB 197
218,525 218,525 000000000000005f9250c967817bccd570394f63cd729b4a63461a783e1d8b34 461 0.25 vMB 207
218,524 218,524 00000000000000a48e3ae54943267c8f228a3268279623463ad426b291f53349 236 0.10 vMB 161
218,523 218,523 0000000000000383717d4d4ccb1f7ea863aa149b34a712d12e0937debd0ca4f1 260 0.17 vMB 132
218,522 218,522 0000000000000532516a304442df42a31d616774b6666b0eac106191eeed1583 622 0.20 vMB 323
218,521 218,521 00000000000003bb6517cd9a141442be1ab069f92fdbd3eaaf728801e47651a8 312 0.14 vMB 238
218,520 218,520 000000000000029ee6f52a220a4102c634a8a957b0693aa490adce5d7756d0aa 277 0.11 vMB 214
218,519 218,519 00000000000000439aa970018f5349cb57bfc5d55cebf9d1189761141425d034 253 0.14 vMB 107
218,518 218,518 000000000000002faa94b88bf4c49f03ae9890fcd7fa1c0477d819388f2c7714 818 0.39 vMB 178
218,517 218,517 0000000000000073bc4e52ee9cd8f2082377062c12c153d7d99137fba4f9a9ca 504 0.28 vMB 171
Previous 10 blocks ↓
Total Size: 779.29 GB

Node Details:

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