Loading Tool

Explorer IconExplorer

Memory Pool

47,368 transactions
30.13 vMB
0.09341794 BTC
Random Selection Loading Transactions
Max Size: 160.43/200 MB

Candidate Block

Mining Attempt 04c0c27d0d72383a73b172d51b27254b9a7772a52e1da5ceb2d0cfbaaa13c396
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root 9f91f8d6c564399b5665526db4bf402f4b70863c0764e232332dbbd2a3046a41
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,784
Size: 1.00 vMB
Total Fees: 0.03354338 BTC
Feerates: 150.97 > 3.36 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (203,474 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
711,378 711,378 0000000000000000000a8359fd1f0d2fcbb29c2cab5778eab627b3de8219c628 2,892 1.00/1.00 vMB 12
711,377 711,377 00000000000000000003a9c9a68d20d932a7a56e9f65b65cc87552128c5458f4 3,124 1.00/1.00 vMB 16
711,376 711,376 00000000000000000004b0c50fb52f5111dfcd111cd7d1844787a04743988599 3,496 1.00/1.00 vMB 10
711,375 711,375 00000000000000000004959a0bdae7de99e34dccde73e9ba543299bb3723db4c 3,107 1.00/1.00 vMB 18
711,374 711,374 0000000000000000000887040a5f709f52e991f47bb397fbc1d9351e5d20e9a2 1,234 0.39/1.00 vMB 12
711,373 711,373 000000000000000000037f95bcff0770685004c5189f925373eef47877bf2224 61 0.01/1.00 vMB 17
711,372 711,372 0000000000000000000812b3624bbec625b3a167a05acd084598ae3e373c8e58 1,873 0.61/1.00 vMB 13
711,371 711,371 0000000000000000000c3d6393d1cad08e979ced4423925abc7269467ab4d050 1,767 0.53/1.00 vMB 10
711,370 711,370 00000000000000000001e7e5958e40fff3ed08e7e1a6b1f56cdf816f44c7fad6 2,843 1.00/1.00 vMB 16
711,369 711,369 0000000000000000000a5b018fbc9eb4d4b34af4ab65b5889168e68323d4221f 1,372 0.97/1.00 vMB 1
711,368 711,368 00000000000000000009e48458d054850e4c6445e5c99150f19b4c27a98c068a 3,137 1.00/1.00 vMB 13
711,367 711,367 00000000000000000009f4a72b1ccf76e4bd8e5b9b5d23129dcfeaca420656cb 2,696 1.00/1.00 vMB 17
711,366 711,366 0000000000000000000115e0c1b48269a8a1a8249265d48bd10c34302771deeb 1,875 1.00/1.00 vMB 7
711,365 711,365 0000000000000000000185ccc063928d1872d55e14a35b1e85b866f69faa44aa 2,960 1.00/1.00 vMB 13
711,364 711,364 000000000000000000012d7b4a0f937b50520cccf58abb2cf715aa5bfa4797ef 2,268 1.00/1.00 vMB 5
711,363 711,363 00000000000000000007532def440be8c226e96ed283e2523fe6a9e2c15d3839 1,487 1.00/1.00 vMB 7
711,362 711,362 000000000000000000004998f340988cb1541d382258be51078bb1d1b1004acd 2,271 1.00/1.00 vMB 13
711,361 711,361 00000000000000000002aec3c7b203d7c6d7683d6a4130b24103c2b442c3d0e7 736 1.00/1.00 vMB 5
711,360 711,360 0000000000000000000863d9400e22391e41ca4a53a98243959fe5f5cf257268 2,884 1.00/1.00 vMB 19
711,359 711,359 00000000000000000009de4a7d70ad38ed32a5617655822d65729ccf02efc8c8 2,057 1.00/1.00 vMB 9
711,358 711,358 0000000000000000000bb62168b3ff2071f2c8cdea5c8d787ede3bd34c326d3f 3,097 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.13 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: 652.39 GB
    • Received: 13.76 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.