Loading Tool

Explorer IconExplorer

Memory Pool

84,030 transactions
32.03 vMB
0.08924934 BTC
Random Selection Loading Transactions
Max Size: 192.84/200 MB

Candidate Block

Mining Attempt 759203dda07bcd991a3de20e561786ac96b2f9c689ac5aacbb761b6f2d754025
Version 20000000
Previous Block 00000000000000000001049e369aac2c4af01dc613ce7d208c3063e5755d3b19
Merkle Root 3c1d2d87682ff3b8308e1227558f8ce48a5527cb32e7058e603c6def84f8f564
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 680
Size: 1.00 vMB
Total Fees: 0.01262637 BTC
Feerates: 101.28 > 1.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,340 (446,846 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
468,494 468,494 000000000000000001a1c1541385862b1fd5005e99eb3847dc9a2f34fd7c6237 2,284 1.00/1.00 vMB 243
468,493 468,493 000000000000000001986052d00a4b02d29fdc1464d6c013237b702a5d21dc3a 887 1.00/1.00 vMB 207
468,492 468,492 00000000000000000035ce5f741dc3b0e8fa8202bcaaa1c29ae0be6b9b419e89 1,939 1.00/1.00 vMB 317
468,491 468,491 000000000000000001352e8e349f1d1395dfafb59815fff54c334c240d610055 2,102 1.00/1.00 vMB 364
468,490 468,490 000000000000000000b4c69925b52d066f8c129ccefd75c6d1eef84b0499e31c 2,105 0.75/1.00 vMB 298
468,489 468,489 000000000000000001460955f5d8f9c6e1e4017748befc880252bf76e4b91ef3 1,999 1.00/1.00 vMB 279
468,488 468,488 0000000000000000007ba319a2fe7e87367ccb4442645cea99a9157c7957130e 714 1.00/1.00 vMB 183
468,487 468,487 000000000000000000818727eea59e47d622f0a8d8448b247e993143e7e8f767 1,857 1.00/1.00 vMB 191
468,486 468,486 0000000000000000017e3066acbc87da597aa300b878683fc41330b4b37e44fb 1,801 1.00/1.00 vMB 269
468,485 468,485 000000000000000000b23263d03305c3c41c843a98a42a9d3c4b9ba175e2cbe5 1,580 1.00/1.00 vMB 199
468,484 468,484 0000000000000000015307912dd38b4127434d480bd5f062861ea2fdcb779dbd 1,592 1.00/1.00 vMB 266
468,483 468,483 000000000000000000579d22990060eef9b8c246b02f9cdc4a5af428caf37e31 2,282 1.00/1.00 vMB 282
468,482 468,482 000000000000000000af5993820f6f04a6ff48b91ee5e5da10dc5ff2c7bd4060 2,536 1.00/1.00 vMB 320
468,481 468,481 0000000000000000006af23fb1452aba2c7495bde5364045b2e711a8aafba538 2,442 1.00/1.00 vMB 321
468,480 468,480 0000000000000000019d7b595966a4c2ebaf677d3847c6c9c22e9870638aceb1 1,651 1.00/1.00 vMB 368
468,479 468,479 000000000000000000cdca88fd8db8f5994fcdce424656c3368024742d19b426 2,011 1.00/1.00 vMB 403
468,478 468,478 0000000000000000002786ddc8e68c897387180385bd5c55acd05db11505203f 1,467 0.99/1.00 vMB 201
468,477 468,477 00000000000000000152888d243fda604a6adbbe6d5df786c38ef6c88e7e2ada 1,693 1.00/1.00 vMB 237
468,476 468,476 000000000000000000e138a9f0a8364055125c08c0ad8b6b2a3d545a5154d1ac 2,036 1.00/1.00 vMB 297
468,475 468,475 000000000000000000eb12858afb17e241cd3f02b43357c3b1ef2126872a866a 2,045 1.00/1.00 vMB 302
468,474 468,474 0000000000000000019651106da1f1852a601a5e3dca64b0ed95f367d91c98d9 2,614 1.00/1.00 vMB 365
Previous 10 blocks ↓
Total Size: 782.98 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: 716.68 GB
    • Received: 17.81 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.