Loading Tool

Explorer IconExplorer

Memory Pool

77,096 transactions
28.61 vMB
0.08878684 BTC
Random Selection Loading Transactions
Max Size: 173.52/200 MB

Candidate Block

Mining Attempt 84331b4591ad29a17b4bd1d332918bbe57687dc0ad8e9b72ef88a7751cf22b3e
Version 20000000
Previous Block 00000000000000000000ec814f6a04cd5247383be9ebea2cfd71c6247fc02550
Merkle Root 2aed53d56daa28b0e4043b80314ef02174f0c5a8bbfc42b4939fb91736f6274b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,970
Size: 1.00 vMB
Total Fees: 0.02319292 BTC
Feerates: 402.60 > 2.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,308 (635,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
280,281 280,281 000000000000000176d9865fe53fad267e1d59a0ad41d2f3707671f6cdb4323a 60 0.03/1.00 vMB 52
280,280 280,280 00000000000000014f14e8cfc4a063aa35582a043c26c6e7d495268d67c1c749 414 0.17/1.00 vMB 67
280,279 280,279 0000000000000001a7cc5ce6c1851407ad2f27e6980091daaa7b33266e3f57ac 63 0.03/1.00 vMB 20
280,278 280,278 000000000000000203e7d0ec8b0396258df7c86abe2983b7e96c6c4088face93 58 0.02/1.00 vMB 50
280,277 280,277 00000000000000013e6cfd30db29844781883b4fb6ee5b753e4ff4e73fe817c5 220 0.12/1.00 vMB 43
280,276 280,276 0000000000000001a0ec94b4c40145fafbb0b756d8f7928fb2b6ec04417b8e4c 43 0.02/1.00 vMB 54
280,275 280,275 00000000000000023146e808548c1eea37e838942ec3f4162d265b82f707777c 148 0.08/1.00 vMB 41
280,274 280,274 000000000000000177fbbfecd22bcaf8db6a28b209728d12d7a9b380336434a3 252 0.13/1.00 vMB 45
280,273 280,273 00000000000000008a62473256d7b67daa748397c3b2d580079fde0e6c2c8459 179 0.08/1.00 vMB 30
280,272 280,272 0000000000000001614dcf08dd7fcc256693b5f5bd75621c4cbe0343e185b431 226 0.10/1.00 vMB 48
280,271 280,271 00000000000000004754bf19d7cc619b43aadc47072fa008f0d8e6df5d6bb884 281 0.10/1.00 vMB 44
280,270 280,270 00000000000000010e185f18d276ad8250bf830d0e660d01d1e75f1d77698eba 596 0.33/1.00 vMB 31
280,269 280,269 0000000000000000db3d4de160bef923e92cf1d6d741a413c09fe05e694f4c6c 100 0.03/1.00 vMB 194
280,268 280,268 0000000000000001173d5dc37f7cffea72e08a52c5e9e824afd24c38da6c9390 171 0.16/1.00 vMB 19
280,267 280,267 0000000000000000c05dae905323a9a3d8d18ec1e37e71bcbce666d0c941a639 83 0.03/1.00 vMB 100
280,266 280,266 00000000000000015a3c4b7e1146bc2675a1e29200df52f73d1f0b10aa471445 143 0.06/1.00 vMB 36
280,265 280,265 0000000000000001d624cc6398b3eee4fdcff93dab8160181c1f8bd13216cda8 13 0.00/1.00 vMB 4
280,264 280,264 000000000000000173df10870f5e94612a7944bc7b338321d6ac7c26edd03dde 409 0.19/1.00 vMB 43
280,263 280,263 0000000000000000bb4fb3945f8ecec86e32e1875d11e86a4d210870fce77cd5 119 0.06/1.00 vMB 41
280,262 280,262 0000000000000001d80927828e817d6af9a6d62ce5988bda1e5ff714c3961984 408 0.20/1.00 vMB 41
280,261 280,261 000000000000000059d7deae124c819a82594956e494894a4d7ccc327a098c4b 488 0.24/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.92 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: 714.52 GB
    • Received: 17.56 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.