Loading Tool

Explorer IconExplorer

Memory Pool

42,081 transactions
26.85 vMB
0.06594803 BTC
Random Selection Loading Transactions
Max Size: 140.60/200 MB

Candidate Block

Mining Attempt bcb16a7227dbd902c77cdcf30d9628eec6bdb18029100a3d55a217f57574abbf
Version 20000000
Previous Block 000000000000000000004a2b107003c44fcf6b870126f382c42a8ec7f70aace3
Merkle Root 56bb0f8ec9e2032db498421678145ac2bfef033e8f461a3fcf1a0a916099ef7f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,798
Size: 1.00 vMB
Total Fees: 0.01605637 BTC
Feerates: 151.03 > 1.61 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,941 (382,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
532,282 532,282 000000000000000000336390ece999a4cd3197b566f3fdbcc0fa684a7c8d5c46 1,775 0.83/1.00 vMB 4
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
Previous 10 blocks ↓
Total Size: 782.28 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: 657.01 GB
    • Received: 14.45 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.