Loading Tool

Explorer IconExplorer

Memory Pool

79,955 transactions
29.94 vMB
0.13310149 BTC
Random Selection Loading Transactions
Max Size: 180.94/200 MB

Candidate Block

Mining Attempt e6b0062ce7dca9d46046d7901b41a82b72b96bd632983d32ea3ae478f3f3b884
Version 20000000
Previous Block 00000000000000000000997246e0ea341cc7494c99602e9246f1c08e494865a8
Merkle Root 86bcd193c050941fc00761fd4b2483a4fc41fdf91a0e9a176bfa3d8cde084e56
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,845
Size: 1.00 vMB
Total Fees: 0.06396261 BTC
Feerates: 101.64 > 6.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,140 (310,983 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
604,157 604,157 000000000000000000060e34eddeb15d661d84a000d4cd88f0d46b9d84fa9c6c 675 1.00/1.00 vMB 5
604,156 604,156 00000000000000000013f55fde897ede9b1b2bc52f2960a63952d0aad4527b3d 613 1.00/1.00 vMB 6
604,155 604,155 0000000000000000000d8826277dea2ad0b6545384a0bc40217f6f675d37828e 626 1.00/1.00 vMB 4
604,154 604,154 0000000000000000000765090ae9b8139bbfa8f2b87fe6ed59716fa9ed9ca2d4 505 1.00/1.00 vMB 4
604,153 604,153 00000000000000000001d2db25fc6a8107a3f4c84f57ff3566c983eeff3f8bf5 1,038 1.00/1.00 vMB 10
604,152 604,152 0000000000000000000891c55f220c6e8cab27692d5460d20c3247cb66f024f8 986 1.00/1.00 vMB 7
604,151 604,151 0000000000000000000a424ff66eba765c2fdd6f083e2765861768b9578e001e 2,445 1.00/1.00 vMB 18
604,150 604,150 000000000000000000161e531d750232b0655748f9d4083d4c68f1098005a2f9 2,809 1.00/1.00 vMB 20
604,149 604,149 0000000000000000000e178f166f7c68355e1a33d88ec408fc8f4c46c6fd440e 1,244 1.00/1.00 vMB 11
604,148 604,148 00000000000000000009d1dc183c38796ccbb2df051fc48d15c2887466ff19a0 1,307 1.00/1.00 vMB 8
604,147 604,147 0000000000000000000539f7163f7d55f4cce8f758f9c6b4228aac0d2681af6b 383 1.00/1.00 vMB 6
604,146 604,146 000000000000000000157cadc5fe37eed502e454b8f699bdc33456e130fcaa1f 155 1.00/1.00 vMB 2
604,145 604,145 00000000000000000002f3b0f2fdde970227ffd0b775f2b4c853f682250066ce 1,596 1.00/1.00 vMB 10
604,144 604,144 00000000000000000005515b0f7377c178c050f590d93ba5b8750ecff4a6ce1d 1,984 1.00/1.00 vMB 13
604,143 604,143 00000000000000000010ee895970455d436c4ed75afa54d6a277b9cd966b927b 2,845 1.00/1.00 vMB 18
604,142 604,142 0000000000000000001589465b30af031251efa8563859684271403e59a4f5b0 2,399 1.00/1.00 vMB 29
604,141 604,141 0000000000000000000b73f9c498f387b52b28eb997f51743ff58b9fe2410d9c 1,984 1.00/1.00 vMB 13
604,140 604,140 0000000000000000000ebd8d3e3ce5aa0554bf31eccb126568f614f00f99f31c 862 1.00/1.00 vMB 8
604,139 604,139 000000000000000000037b1dd20a274c7e1b6a808c872ce0d615be8b1557fbf7 160 1.00/1.00 vMB 2
604,138 604,138 00000000000000000008a20c368f1a57cc4a41c9d062b7eef161b22e55c3fe5a 584 1.00/1.00 vMB 6
604,137 604,137 00000000000000000014a193f0cfcb9f737444be5109eac913b3fa01094fa7a8 1,038 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.64 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: 672.37 GB
    • Received: 16.21 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.