Loading Tool

Explorer IconExplorer

Memory Pool

42,243 transactions
27.60 vMB
0.08728375 BTC
Random Selection Loading Transactions
Max Size: 142.78/200 MB

Candidate Block

Mining Attempt 95a726cafef55de2455d60fa040399a613a855624f04fa40b40078b1e74a58cc
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root 768b976a81faca5cd88e8125492d989afa42ad4a116ba6d69dc5229e01eee8cf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,021
Size: 1.00 vMB
Total Fees: 0.03202097 BTC
Feerates: 144.55 > 3.21 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (550,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
364,486 364,486 00000000000000001489c07f4b6cba8cdf4b4df23d9d8bfaf110ea8b25504806 323 0.14/1.00 vMB 75
364,485 364,485 00000000000000000a477698006e5d5fbc3037a0f992be9528e139f8815371ac 824 0.75/1.00 vMB 25
364,484 364,484 000000000000000000e4a81e540108634745a93d7f4ae0a7640ccc2a2d539eca 108 0.14/1.00 vMB 19
364,483 364,483 00000000000000000df3065c9aa5c1d475de92c435c13a8acccdd263d3d3e45a 1,712 0.75/1.00 vMB 72
364,482 364,482 00000000000000000b5dff067547ac077cd07141330812d0e0aaf4c6a5f1e0cc 4,257 1.00/1.00 vMB 41
364,481 364,481 0000000000000000038c542ed15e3e8313457ff69ac1cf44a70ba57aaf6cc95c 269 0.14/1.00 vMB 47
364,480 364,480 0000000000000000115b6bc0d70446df3ce2449fdcdd929d007fd324e9cfec29 1,249 0.75/1.00 vMB 55
364,479 364,479 0000000000000000034b3a98440220bdaef50a35f91026a6a97584e35433357f 272 0.14/1.00 vMB 30
364,478 364,478 00000000000000000b181281f9b72eefb615971e7ec650c9e40666ccea5d4bfa 1,342 0.93/1.00 vMB 40
364,477 364,477 0000000000000000044abe5e2e05a00194ed08f6cba4aa0a31359567e50c273a 1,281 0.93/1.00 vMB 25
364,476 364,476 000000000000000003fcd9b81be4dafe5dd40f0f67edf9f02ecd08115236e51f 277 0.14/1.00 vMB 40
364,475 364,475 00000000000000000df98498204beef9967a94e6b086126e33ca28566f3e3ab9 1,986 0.95/1.00 vMB 54
364,474 364,474 000000000000000009a9ada87ce5e3b6687973a6635856abcf2c58e0283ac5e6 1,206 0.75/1.00 vMB 46
364,473 364,473 00000000000000000f7c9bbfd3408ae7d9cf3f297871942ec04a1016a3865741 1,314 0.95/1.00 vMB 29
364,472 364,472 000000000000000002abf769a67e7650f338198264507f6c877ba5e455d7274d 1,409 0.93/1.00 vMB 55
364,471 364,471 00000000000000000141c0925aecad9b5e6323514e0177c1fb0af69ca66d61bc 1,931 0.93/1.00 vMB 94
364,470 364,470 000000000000000003b2951984f79ff9a88d4cb0cfde0e143fbcb91d9ec84ef6 2,103 0.75/1.00 vMB 53
364,469 364,469 00000000000000000a8be204e8e08064e3c1172ba1246208cd3f793c13c694dc 441 0.14/1.00 vMB 99
364,468 364,468 00000000000000000ffccdcf17ff1bc32d24bc6a33ec4cfd24eaa4f9ab425b4d 175 0.06/1.00 vMB 74
364,467 364,467 00000000000000000dd2101c3f08f3e4ad16f90c37a2780f5012358c18371642 1 0.00/1.00 vMB 0
364,466 364,466 000000000000000001cc91432e31c4a140d56edfe64b0deb26fffa67a9159028 958 0.93/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 781.79 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: 633.83 GB
    • Received: 12.21 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.