Loading Tool

Explorer IconExplorer

Memory Pool

27,829 transactions
7.83 vMB
0.05924880 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 53.99/200 MB

Candidate Block

Mining Attempt 624131113eb62b34c1c56cad8e12b697ba8a78c559ce880ce33bc12209aa4328
Version 20000000
Previous Block 000000000000000000016ab6a894f36a196d51cda84e47c1d4e51ee548839bd1
Merkle Root 6e5e3b0842336e419c7bba0fa550709a2fcf1569ebcca7bd1f5052d3aa24104c
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 857
Size: 1.00 vMB
Total Fees: 0.02303799 BTC
Median Feerate: 3.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,226 (713,747 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
199,479 199,479 00000000000005592b1e7014fb02aac3a6358ca6f27bbb098f13046221d7919c 60 0.03 vMB 125
199,478 199,478 000000000000011a78e5f34208e8bc211cd85cc9d959a8a17179b5a7ad553b88 101 0.05 vMB 320
199,477 199,477 0000000000000366d9ecac3614b2debe7e734a3b2751c44297d7914522c436eb 101 0.05 vMB 55
199,476 199,476 00000000000000eecde24930af9f72dff56a6189161ce05e6a76902e958688ea 397 0.19 vMB 139
199,475 199,475 00000000000004388797d37f1a9f48959c63e116ebfcc15207b1279d6b93c120 113 0.05 vMB 110
199,474 199,474 000000000000056fc730037ea9715ee0dcb6b42d939d50129b05b858dc43bb78 107 0.13 vMB 77
199,473 199,473 000000000000044a8433168206e3aede9bdbc4d99b4cd5790c06ac0ffd5939a3 595 0.24 vMB 141
199,472 199,472 000000000000046a50f8ed437dab4f618ab79d733d835c94f57eac94643abc27 142 0.05 vMB 130
199,471 199,471 000000000000059e3d987961fbc6f18ef9491bcbfb854e9670e62b80f9dcb74e 81 0.03 vMB 44
199,470 199,470 00000000000004fde17a48d6ce9a6032fd273c7bb3348efb8524941b2bc628e0 305 0.17 vMB 146
199,469 199,469 000000000000003095ba9c68621412f3888174c4f0c8376c3ac3abacee4f1161 10 0.00 vMB 191
199,468 199,468 00000000000003543442913c8cb72146de160b15f527486b61bc6064a504f0c9 168 0.07 vMB 213
199,467 199,467 000000000000037169b517c83453d3f364e324abe0613961430254a5e44eeb78 167 0.06 vMB 149
199,466 199,466 0000000000000334d76890566f7773cf1f0348992b32ee2e6bca3ca395f4bf14 205 0.09 vMB 249
199,465 199,465 0000000000000173b177171a652074b2ffb9d1df5221c6d33539113a836a2d83 106 0.05 vMB 115
199,464 199,464 00000000000001af07240240994e4dabf9856cfc25c7bc6bd72bbb0c9193d19f 1 0.00 vMB 0
199,463 199,463 00000000000000aa92f7967be5852aa1dca69f2666b641b6e008b1d82eed6ed5 72 0.03 vMB 76
199,462 199,462 000000000000061e6921ca11738c0d17dd3dd153942475e3110c4100abac8ab0 277 0.17 vMB 98
199,461 199,461 00000000000001288f4df0a90c30802165f186e682da8de11f1433b9132d2deb 584 0.24 vMB 164
199,460 199,460 0000000000000638e354f4101de13879629d5d221569bf52cefa979b1bf6b1aa 9 0.00 vMB 455
199,459 199,459 000000000000024764123d954f807df32f889b1770089c4b765a39568f8deb13 168 0.06 vMB 137
Previous 10 blocks ↓
Total Size: 779.25 GB

Node Details:

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