Loading Tool

Explorer IconExplorer

Memory Pool

80,799 transactions
34.75 vMB
0.18228022 BTC
Random Selection Loading Transactions
Max Size: 194.66/200 MB

Candidate Block

Mining Attempt 3d5008a74e1d8afefcf2c9c52309d944327795e66bad2d51f983ad8bd0c96cb0
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 88bc2d8c984d5155356bde6b5f254c40e5940e6fe9772910a8a4a7445acdd874
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,123
Size: 1.00 vMB
Total Fees: 0.05091708 BTC
Feerates: 189.28 > 5.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (526,124 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
389,291 389,291 0000000000000000066d920e3c050054461a8adc17f47a5f17a7c7fe3e4ce33e 785 0.45/1.00 vMB 32
389,290 389,290 00000000000000000a8e7ac0410c14ec3e0b2f39ffe9c627fc56f7494f0edb10 1,970 1.00/1.00 vMB 26
389,289 389,289 000000000000000000568c5c1e4e6854aebfc5358313a9ebf03f6b4fd03fd446 1,629 0.75/1.00 vMB 31
389,288 389,288 000000000000000008188c44b7fd317bc30746a855b0df6f867aaa250a919fe6 2,029 0.75/1.00 vMB 62
389,287 389,287 0000000000000000073956e3b449c28365361a13270c5e9ebc83ef1778ad6968 2,040 0.75/1.00 vMB 108
389,286 389,286 00000000000000000b95c2fea3d19b9a0450a9d095d1043116065c453f3994f9 2,668 0.95/1.00 vMB 44
389,285 389,285 000000000000000000d4ff2eb27bd6451d7dbafe2991cf71d1eb307efdada97c 845 0.34/1.00 vMB 35
389,284 389,284 000000000000000004081134789b327f467778941051004c8a1a91aa3c5a8520 286 0.16/1.00 vMB 23
389,283 389,283 000000000000000001c3f01f1580c5346a5daab1535eae43fabc48e2da2b8795 1,333 0.58/1.00 vMB 36
389,282 389,282 00000000000000000affe103714961dbf279dea630947d1ac55aac4261c9a0b9 879 0.53/1.00 vMB 23
389,281 389,281 00000000000000000493926435bad32b451b4c6b2b6a311032380023946b2ad1 626 0.26/1.00 vMB 44
389,280 389,280 0000000000000000094a6d3691f91c2d4612d7ceba35711c8d265f27cdfcbd69 1,079 0.40/1.00 vMB 38
389,279 389,279 0000000000000000029ce98d80d4b0d2426211ad14b060e9636ef7f052ce04d6 1,209 0.75/1.00 vMB 25
389,278 389,278 000000000000000004f0293208bf9a0e51ab313f12ae75e0305aea719ee90c29 1,468 0.75/1.00 vMB 23
389,277 389,277 000000000000000008399b0b4f8e1c6fadec52dc6f6ef2cd697224d4d1311a00 2,504 0.75/1.00 vMB 60
389,276 389,276 000000000000000008b2ee9d37070ed6a136ef0cbec599c42ea2866f9b7fa538 255 0.15/1.00 vMB 25
389,275 389,275 000000000000000004c01383f5c7b34815014a96640d08957e9e95e0d7381f4f 884 0.49/1.00 vMB 30
389,274 389,274 0000000000000000071e7adc21c520d769f8dae9838c945e8795772c7cfedecd 2,367 1.00/1.00 vMB 37
389,273 389,273 000000000000000009fbb00db99d7d269edb71d3b4e2b6f40a0d2fdf48282ce9 1,226 0.75/1.00 vMB 26
389,272 389,272 0000000000000000091bb926aa7dce6e81d206feba977243726130fbeeecb102 2,423 0.75/1.00 vMB 55
389,271 389,271 00000000000000000587e91c79572a74e094c7b0cb31e6c28d13c865718296b7 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.11 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: 734.21 GB
    • Received: 18.55 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.