Loading Tool

Explorer IconExplorer

Memory Pool

85,227 transactions
31.92 vMB
0.19641444 BTC
Random Selection Loading Transactions
Max Size: 189.66/200 MB

Candidate Block

Mining Attempt 11ae1555e47de79f49d6b666be7f48a721add3df6f008874c15917079e5641f5
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root b3939a5de7a0305bb2e407e003ff9d36252ed39511edf8bdb4c105c918e2a4a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,809
Size: 1.00 vMB
Total Fees: 0.07571431 BTC
Feerates: 301.64 > 7.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (310,995 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
604,136 604,136 00000000000000000000aa01f8a5b13b80d85b9de74a37a1bbf03632ffe0e5d0 2,760 1.00/1.00 vMB 29
604,135 604,135 000000000000000000141caa878ad1b010a583b701efcfa11d460cbe651a2d6f 1,550 1.00/1.00 vMB 9
604,134 604,134 00000000000000000015b8f0b41696f521a06806cd4b87009d300396f829c527 2,641 1.00/1.00 vMB 23
604,133 604,133 00000000000000000009212dda071d3a98da3975daa665e9a9ced126940b680f 3,079 1.00/1.00 vMB 8
604,132 604,132 00000000000000000003ac8eecc3e265d2da532b6f1a2c3edf5d4dfb8ec9968c 2,328 1.00/1.00 vMB 25
604,131 604,131 0000000000000000000f25a309b214809c1e3498e81e4811b4552657ae30a3df 3,107 1.00/1.00 vMB 27
604,130 604,130 0000000000000000001490ba5014d6e04822cc625e7305a5f05b9f377b82397a 1,560 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.65 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.60 GB
    • Received: 16.28 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.