Loading Tool

Explorer IconExplorer

Memory Pool

25,514 transactions
10.65 vMB
0.06623858 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 61.15/200 MB

Candidate Block

Mining Attempt fab64f8a410699e311558b1c951d0f8e589b0f225472bfa7380f0680afdd4ce0
Version 20000000
Previous Block 0000000000000000000019a2bc7789d97e1fe54fb5028737bae97eb7a8b5ac3a
Merkle Root d972740f69a196a9f906c135c3e7cf2fec4ecc00df2bdadcf60ed33a787d580d
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,185
Size: 1.00 vMB
Total Fees: 0.04858743 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,557 (651,157 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
262,400 262,400 00000000000000061e846f9adaa79f14f99a5168fb54ef514f1c7305cc9cc92f 544 0.28 vMB 38
262,399 262,399 0000000000000015fbc2c23d92f90c33cf38a8ad43e83c3cec439bd459820ede 1,405 0.50 vMB 123
262,398 262,398 0000000000000001c15d691908c28d9fe5c8889f05360fc8b2e9ace9423e89fc 15 0.00 vMB 69
262,397 262,397 00000000000000141ea012330234c47dae97084032b32e7474653eeb4ae80056 91 0.04 vMB 73
262,396 262,396 0000000000000016adb4ae80d74ce18aab4f938e2f3fcc13ed1564495db5b998 101 0.03 vMB 77
262,395 262,395 000000000000000ccea5e61cb90371c9b2b4891f6714770b611e84dea1c8094b 68 0.03 vMB 31
262,394 262,394 000000000000001393f4c8e9564ae43cf871ef6d714656b6aec00955b86eba03 522 0.21 vMB 99
262,393 262,393 0000000000000015424297bdb4d3ba1c4dc732c8c371db06a22f87c1505da6c7 340 0.16 vMB 81
262,392 262,392 00000000000000166e69d1c618279078a87ba5e8fd9cd38d942bc23030143e50 217 0.09 vMB 91
262,391 262,391 0000000000000016a2473cee2b14663e472fe69996927358a66cf07b9e610a33 55 0.02 vMB 63
262,390 262,390 000000000000001465841789d350727d1e039969b679e875462d5da687b7726b 419 0.17 vMB 87
262,389 262,389 000000000000000a4b97c0c77d5144230012829dc6121a4a886d5840fc369ab8 232 0.10 vMB 63
262,388 262,388 000000000000000a7af9a2b4504d8f3160332faa546b29447d9ff22b76aa5ffe 257 0.09 vMB 78
262,387 262,387 0000000000000012d80043a4994ac859b9e3b7fc31952cc3dd1a0fd05b6a9015 185 0.09 vMB 66
262,386 262,386 0000000000000008b0646779e3ff1841232d19ad58adcb0802c8132d793784d4 290 0.15 vMB 58
262,385 262,385 0000000000000002010862335f7b8458deb20df2db03c25a86bcf5a0f3e6944f 389 0.14 vMB 78
262,384 262,384 0000000000000013bac13ced9931fef5d21e3568c23533c917a1e8bb9e97e270 126 0.06 vMB 68
262,383 262,383 00000000000000124b7cf7b1772566896560fa5a92baba323c7b733de06713a2 80 0.03 vMB 93
262,382 262,382 0000000000000004f9a3c32bb36f99a585f2420e98eeb1b31799f752572091ea 70 0.02 vMB 100
262,381 262,381 0000000000000003041a77094670ff50fba453107a2426e3b3b36038f9ad4808 73 0.02 vMB 83
262,380 262,380 0000000000000001e7b2a612109ef7a17bdffff60b2b32f26278c2108ff3275e 330 0.13 vMB 91
Previous 10 blocks ↓
Total Size: 779.83 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: 422.95 GB
    • Received: 2.29 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.