Loading Tool

Explorer IconExplorer

Memory Pool

24,203 transactions
10.60 vMB
0.03174042 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.63/200 MB

Candidate Block

Mining Attempt f567e593ddc10800848a59f0529781b300303b9955fafc80a02e5f0fb3ee338a
Version 20000000
Previous Block 00000000000000000000763bc27d9459c69b40675f4f5e0a66e2b4c8f6dd3654
Merkle Root 01203e36b1dda0c0b70ebd50bc312255fe0b7cb194cd8f7816f1b3b0e243f1ed
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,641
Size: 1.00 vMB
Total Fees: 0.01414459 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,525 (665,185 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
248,340 248,340 0000000000000058362db93bf03c77390b3efef3c3538dab3c89903ac1df260d 239 0.10 vMB 150
248,339 248,339 0000000000000007cb66d9249f02c24d52edd615035c4167475787edb516f553 298 0.14 vMB 163
248,338 248,338 000000000000000a6b205f356bff19d04c20adb39df0bc266cc9d2fc47d339cb 367 0.21 vMB 126
248,337 248,337 000000000000007e699f5e53c703d5ee867935422c545ca8f02d694f9cc916ba 256 0.07 vMB 289
248,336 248,336 0000000000000021aa556e2e92350b510a221697648f16463ddcd1c7aff9388d 128 0.06 vMB 97
248,335 248,335 00000000000000302c26dce34d2bc1d59f26ab9cfc897d10d3061f761745fb02 325 0.15 vMB 114
248,334 248,334 0000000000000074e3ec8aad5b93259d4ca1b086ceff134bd87ef9c1d0ff9174 99 0.06 vMB 149
248,333 248,333 000000000000006db0be7e5bfbe32bb57899ed0a84ffa4e71c3cf7b0f3fec660 310 0.11 vMB 239
248,332 248,332 00000000000000504d84c4cd7509ad6ed1fbbe86c23112d3e9f97bd817402205 591 0.23 vMB 139
248,331 248,331 0000000000000065b07c3880eca9474e26dc81c583b89ae6340063dbcc50cfc6 128 0.08 vMB 113
248,330 248,330 0000000000000027e12ce44a331b44e131b55214dd7a92c10a29d89722b83407 80 0.04 vMB 134
248,329 248,329 000000000000000e57641da69426ca1d3f05e4a67d1237c620ed892f86a7820b 385 0.19 vMB 129
248,328 248,328 0000000000000025abceecf55fe66dbce5393edcd5df5599cce552aa3277b98a 149 0.09 vMB 395
248,327 248,327 00000000000000343d77576bd58028ee52c22c97560151b07d6c1ef91051d165 71 0.03 vMB 116
248,326 248,326 000000000000008543a7a6bd2f55f4453cd84ae75aa0099e55ea3955f50d6d54 371 0.20 vMB 125
248,325 248,325 000000000000005e0e9de762520077959075d6c18e9c48afd34bd35d245b5a0e 405 0.21 vMB 140
248,324 248,324 000000000000002f0b153b2914a1231eaf8c1916458f27c51a55324580e1b9c1 343 0.20 vMB 152
248,323 248,323 000000000000006fe536feff8b8bed96ddd2005868683a9158b2b83cc65efd80 64 0.06 vMB 81
248,322 248,322 000000000000004b6c80d1f398302cc07b981c686cff094365e2f349abc923ea 35 0.01 vMB 151
248,321 248,321 000000000000008247acb0bc3c82c2fe4ebd0b6a06fd1b2135fcb45fafc2f680 405 0.20 vMB 171
248,320 248,320 0000000000000028010d8b756cf7e9cbeb5f7b9925aac3b941f4553ea7483d29 621 0.36 vMB 91
Previous 10 blocks ↓
Total Size: 779.77 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: 397.14 GB
    • Received: 2.03 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.