Loading Tool

Explorer IconExplorer

Memory Pool

81,698 transactions
30.51 vMB
0.07742392 BTC
Random Selection Loading Transactions
Max Size: 183.98/200 MB

Candidate Block

Mining Attempt 960946e2395ce841a9ae506971700d8f53ead2cc3d11c274874bf3d6c3aae3d3
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root cce42c3dbb48a5558e195e77ac72cdd0d4f205257c72d489c43fd429681b630a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,144
Size: 1.00 vMB
Total Fees: 0.01415652 BTC
Feerates: 40.91 > 1.42 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (382,694 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
532,281 532,281 0000000000000000000de6969a84bb2d3340118e9d5aabbb18c0f858315ecaa3 888 0.50/1.00 vMB 48
532,280 532,280 0000000000000000000819f7f4ed8b3d7371734d75a17602779547665913ce8a 1,141 1.00/1.00 vMB 7
532,279 532,279 0000000000000000000ba55a144d8d776a9b3edefbfbb38abb62c4ef34b1d63e 1,952 1.00/1.00 vMB 7
532,278 532,278 00000000000000000020957c9eb2c2e5fecffe790f29e2e42eb1b887d680687d 2,130 1.00/1.00 vMB 29
532,277 532,277 00000000000000000020b084a916cd80d1b616e7f4d0fa6273be972253c4af5d 2,562 1.00/1.00 vMB 17
532,276 532,276 0000000000000000000d77fdf87dd85775b9f799786094e475610ef6c1e53bab 1,990 1.00/1.00 vMB 36
532,275 532,275 0000000000000000002a756aaa81900fce5b88824458fce6683f7bee237ce6a8 2,288 1.00/1.00 vMB 14
532,274 532,274 0000000000000000001f6eefa43bda94d20a67a25c2cea76dc58013304f1590c 2,113 1.00/1.00 vMB 10
532,273 532,273 0000000000000000001b5255e697b4bb0474ba6332e56aeed444b0dc828edab5 2,054 1.00/1.00 vMB 37
532,272 532,272 000000000000000000143a8ca91a0dc4f7804b78ac649711dda6bb11aca64d11 570 0.30/1.00 vMB 15
532,271 532,271 00000000000000000013d727c7ef4cef24e12388d4575330156f844e9f8364dc 1,016 0.40/1.00 vMB 21
532,270 532,270 000000000000000000135cde58b1ae578a5b0850ccd0fedf4f5b44a30b8c2fff 1,165 0.59/1.00 vMB 21
532,269 532,269 0000000000000000002fe2461ac51b080764cf2cb26e069f29ef4b6ecf63b41c 1,089 0.61/1.00 vMB 18
532,268 532,268 00000000000000000011a4d276c4daa5044e5631755b6311e86c9d6d164db999 1,502 0.70/1.00 vMB 19
532,267 532,267 00000000000000000027547a1714f1b0887c09c81c92fc9264304e9e1336dfa3 1,275 0.57/1.00 vMB 18
532,266 532,266 000000000000000000047f14bc2f4ca02495958561b3192dafb7d2a7d18060a4 342 0.21/1.00 vMB 29
532,265 532,265 00000000000000000011baf412fe0caa79efa7e63cdcc7eff0ce5482f269e43c 956 0.48/1.00 vMB 14
532,264 532,264 0000000000000000001d5dfa77309b5cf1b3ad6f9bdc054e20bcf1c9a72f81f8 137 0.13/1.00 vMB 9
532,263 532,263 0000000000000000002173061af3f38e0f17ffb5809c685cf948bd20ff5f1e93 69 0.03/1.00 vMB 11
532,262 532,262 000000000000000000363f8f01984688701f403026effa0e6e544cb05ff6c918 1,595 0.75/1.00 vMB 14
532,261 532,261 0000000000000000002573d792fa461fcffffd063d170b27b17188b7953dc000 28 0.01/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.35 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: 661.73 GB
    • Received: 14.82 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.