Loading Tool

Explorer IconExplorer

Memory Pool

38,826 transactions
28.27 vMB
0.06614683 BTC
Random Selection Loading Transactions
Max Size: 143.47/200 MB

Candidate Block

Mining Attempt 713c3302bdf1e33279f7629d43b5677d74ad99d28657980b86ee537df7963c66
Version 20000000
Previous Block 000000000000000000020f1ada729f1f24450fa91e9e63179a4d50787a222e65
Merkle Root 615a1ae82b069fa1d5bd134dfd91427767392212d8c190dc54be5f1f0d3d7b46
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,633
Size: 1.00 vMB
Total Fees: 0.01177106 BTC
Feerates: 150.80 > 1.18 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,601 (354,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
560,344 560,344 000000000000000000114690a7462cb7a469a1e4e40ca0651cdf00cb469a267b 1,588 0.54/1.00 vMB 14
560,343 560,343 0000000000000000000a42bd24eea502904dd20e7c1a9877029c9b196303006c 379 0.36/1.00 vMB 4
560,342 560,342 00000000000000000027d2f294a1c8ac37e24ea8a23af4a1e2d4afc043a51c5e 2,701 1.00/1.00 vMB 9
560,341 560,341 0000000000000000001f4830d8f1c7c7578e5c5736944ab438d89fc0644a9d42 2,082 1.00/1.00 vMB 3
560,340 560,340 0000000000000000000ce09e83049e3e7ad8c658d866e3d7dc719bdd210986ef 2,002 1.00/1.00 vMB 8
560,339 560,339 00000000000000000003a9e2ef3f7a36b19b3c7a72e0755effcae3a86d4f641d 2,129 1.00/1.00 vMB 19
560,338 560,338 0000000000000000001b6fcd3abab4daef2487c5be5cb15611e3911b88b8498e 1,680 1.00/1.00 vMB 20
560,337 560,337 000000000000000000286a54271cd20f054cf13304afe308c0b4f811a7fd3a21 2,725 1.00/1.00 vMB 20
560,336 560,336 00000000000000000000cf6ccd80ffefbdfc9fe56eafaa0ef33d6832f4618d3b 1,349 1.00/1.00 vMB 61
560,335 560,335 00000000000000000027a0b0ebd8353db1f8af3ffd03e584390c016bb1845e39 1,415 1.00/1.00 vMB 47
560,334 560,334 0000000000000000001e759935becdfb0a8ff165951173ee2a677c8788d030db 2,591 1.00/1.00 vMB 3
560,333 560,333 000000000000000000158b39483a967f8fb18d2bbd787d0059431b26841de98c 2,728 1.00/1.00 vMB 12
560,332 560,332 00000000000000000021559d636ffa6ef6eaf931187259877206d90156448fab 1,874 1.00/1.00 vMB 3
560,331 560,331 00000000000000000010c5541bb86625104e404b603728dc737294f90775417f 3,106 1.00/1.00 vMB 22
560,330 560,330 0000000000000000001909b0241c41670264ba9eac8b7121a8f6f414b3ceabe6 2,921 1.00/1.00 vMB 31
560,329 560,329 000000000000000000291e3302755cc8b86c32a8e9f69545a2762bdcd020f612 2,998 1.00/1.00 vMB 18
560,328 560,328 00000000000000000001e93ee9831e846fea460ddbc5e8f3cd438fc3b544901c 2,471 1.00/1.00 vMB 22
560,327 560,327 000000000000000000091d2e4dbbe41b10eae1f03f7dd964c8b66cce4bd2d72c 2,874 1.00/1.00 vMB 25
560,326 560,326 0000000000000000002b17d8ecf937a1c599e930453ccff9a4c012a4086735e1 1,280 0.46/1.00 vMB 8
560,325 560,325 00000000000000000008a5c1e619e237bd1ca416b6accd1411eba5129e28154d 1,379 0.46/1.00 vMB 4
560,324 560,324 0000000000000000000e71623e28c91e238cc336c8f019f60832d2998f158256 2,973 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 781.69 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 628.68 GB
    • Received: 11.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.