Loading Tool

Explorer IconExplorer

Memory Pool

43,842 transactions
27.39 vMB
0.07134219 BTC
Random Selection Loading Transactions
Max Size: 143.71/200 MB

Candidate Block

Mining Attempt 844e2ed4125bbdb14e0ab4976ba19114e61bc66cc54027010d0ab98aad1a4fcb
Version 20000000
Previous Block 0000000000000000000016a2e4f654442fd3c68b01796737d538082af92a4f49
Merkle Root 55be2a7de6b2dce65ba2a7d4d14f530955118e740e9b19f6e7b083949b4e104a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,985
Size: 1.00 vMB
Total Fees: 0.01984088 BTC
Feerates: 298.50 > 1.99 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,920 (188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
914,732 914,732 00000000000000000000b5b2d45e6886bb0157eb70677ea9d4555802ee085a1f 5,323 1.00/1.00 vMB 1
914,731 914,731 00000000000000000001b6b9232f592e9d3c54d5cde891b5d458dfaad8fd9a87 68 0.02/1.00 vMB 2
914,730 914,730 00000000000000000000c9fd35a813b40619e7f09e943e296b910e87e4a8f2b4 5,291 1.00/1.00 vMB 0
914,729 914,729 00000000000000000001adf24d756c12e58f22deac56ca1fd4b9365f63adb769 3,835 1.00/1.00 vMB 1
914,728 914,728 00000000000000000000474abf3fcf62d8e89483dbbfc4091cc0a57225296f17 11 0.00/1.00 vMB 1
914,727 914,727 00000000000000000000f2d47c569861afe924ef72e5820b030e5d0d98f64fe4 4,409 1.00/1.00 vMB 1
914,726 914,726 00000000000000000000768db8c555c88522a89150a79f003e6f64bcd348a6d5 4,532 1.00/1.00 vMB 1
914,725 914,725 000000000000000000012de3dfbb8c9fe02a03d08b739b2b517f414f317d3d4f 3,793 1.00/1.00 vMB 2
914,724 914,724 000000000000000000020dec92be5b66055ed2368df5e48e27f67c41dcd290ec 1,567 0.41/1.00 vMB 2
914,723 914,723 0000000000000000000023f37b3a49d9f828d6949092c7ab46205993b01b2559 4,375 1.00/1.00 vMB 1
914,722 914,722 00000000000000000001e2fdd1612b7e99ff8108e442d80402d720bc757f220c 4,131 1.00/1.00 vMB 2
914,721 914,721 0000000000000000000000cf770f6c83e15ec4a9d2e4f9cbaaca0958cd733d81 4,650 1.00/1.00 vMB 0
914,720 914,720 0000000000000000000125d46f043f92f1c65889d97eab4cfd49e64b216cb0e6 3,298 1.00/1.00 vMB 1
914,719 914,719 00000000000000000001a97bfb81d7e1ba09c27f890dc9098718334ffacb849a 3,342 1.00/1.00 vMB 1
914,718 914,718 00000000000000000001a910bb93b48e2d87af92722f1a8406500b6fdd169ecb 3,516 1.00/1.00 vMB 2
914,717 914,717 0000000000000000000003096370cda76b1c88720eb14b0cbf16be2c6035191b 2,582 1.00/1.00 vMB 1
914,716 914,716 000000000000000000016a897dabefb20f390f982f4e0ac2335db067031c25f6 3,120 1.00/1.00 vMB 7
914,715 914,715 0000000000000000000133cc4853fcb6e0594dde0b142b5c7760efc67fe44001 3,793 1.00/1.00 vMB 3
914,714 914,714 0000000000000000000086737fba9a33bd6932388559488701a76c615d9b1e14 3,163 1.00/1.00 vMB 2
914,713 914,713 00000000000000000000c82bf1f7d055428156e8d4702bdc0fed9066619a5fcd 4,011 1.00/1.00 vMB 3
914,712 914,712 00000000000000000000d375a3af0e2e764f1452aa44a1610bb3f0f4ff2602e2 3,074 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.25 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: 655.38 GB
    • Received: 14.29 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.