Loading Tool

Explorer IconExplorer

Memory Pool

77,034 transactions
28.61 vMB
0.06446049 BTC
Random Selection Loading Transactions
Max Size: 173.64/200 MB

Candidate Block

Mining Attempt 1e68401537bab476482dd0364dc448a6d39bcef67f34f42709ea2b63e01e7d84
Version 20000000
Previous Block 00000000000000000000a3d0f5c6cfeed8adce1f3d87a1319020a3e5786a42ed
Merkle Root 58a1fe9114419229d01397f517db00574f092afb0c859ee30c1178b482305ce9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,764
Size: 1.00 vMB
Total Fees: 0.00492017 BTC
Feerates: 100.28 > 0.49 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,092 (50,605 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
864,487 864,487 000000000000000000000687999e1f291e20df305b04ed7635a0c077f402760d 5,706 1.00/1.00 vMB 8
864,486 864,486 00000000000000000002d5d351f1ca23346df464160352b04d7e4356eb4ff8b1 4,489 1.00/1.00 vMB 6
864,485 864,485 000000000000000000024f4a851a3ade7c27c289118ac8f31b79fc2a5f0f8ef3 5,386 1.00/1.00 vMB 6
864,484 864,484 000000000000000000004d08cd97c45c68a534f3144229ecfad370b80ef116d0 3,728 1.00/1.00 vMB 4
864,483 864,483 00000000000000000001ffdb728ebed0d54ea67ef4a7feea026ce3dbb0390285 3,768 1.00/1.00 vMB 7
864,482 864,482 000000000000000000031910047901bf218b0410873a2cdce70cabd561aeb17f 4,550 1.00/1.00 vMB 8
864,481 864,481 000000000000000000024717047e5bb18cb99cd5f56bb327abe00102714f1e62 3,930 1.00/1.00 vMB 6
864,480 864,480 000000000000000000002f1fed2a20bc936eeccb8421f4d555ad713a5b2013d3 4,384 1.00/1.00 vMB 8
864,479 864,479 00000000000000000002ce63a224a73d3230b6ad60372c106bcb2808a30586d9 3,825 1.00/1.00 vMB 13
864,478 864,478 000000000000000000025beec9ef6b988a744d2b2c864cfcda65ccfe371202e5 2,559 1.00/1.00 vMB 7
864,477 864,477 0000000000000000000294219f595d3f38c0edf00456955a0726a0fcc87a81c1 4,709 1.00/1.00 vMB 10
864,476 864,476 000000000000000000003a0746eb91f814174761b4a1aaf7996ed83c7ede563a 3,828 1.00/1.00 vMB 10
864,475 864,475 00000000000000000001430b3dc734ba7390d59205c3d2709b9ba25b4757979b 3,437 1.00/1.00 vMB 16
864,474 864,474 000000000000000000021fd7bf5cce75706fa223f6a2dd40d0140fc679391974 3,310 1.00/1.00 vMB 8
864,473 864,473 00000000000000000002cdd8338ae2c79af4a0fe13525650a8de83ab6b5185bd 3,796 1.00/1.00 vMB 13
864,472 864,472 000000000000000000007ea3e5c3d9cd767b0d891f7747d11461db4b1ed34af6 4,492 1.00/1.00 vMB 7
864,471 864,471 00000000000000000001b9a22b2d4ede42d2c7747c83343290ffdd435e8b45f9 4,489 1.00/1.00 vMB 3
864,470 864,470 00000000000000000001289b923629f2a95f604fc1dc5e0cb22c5e24be3cbd3b 4,014 1.00/1.00 vMB 6
864,469 864,469 0000000000000000000165a55b9688d9b374c2f90a6e8b5a7f87a6f98889a10b 2,046 1.00/1.00 vMB 7
864,468 864,468 00000000000000000001aeab6ff78255bda0d8d6dfb641940a21e0651b90bfeb 4,905 1.00/1.00 vMB 12
864,467 864,467 00000000000000000000f1e64cf8807695afebdb310917dd8d92c7f6f2d9d59d 4,163 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.55 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: 669.87 GB
    • Received: 15.78 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.