Loading Tool

Explorer IconExplorer

Memory Pool

80,992 transactions
29.69 vMB
0.12570047 BTC
Random Selection Loading Transactions
Max Size: 179.95/200 MB

Candidate Block

Mining Attempt 9ec10a07bf79c9cffa9774d887b889f0d6ac7313fcdc4e17f230562457261731
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root f02b00e5dc18b82aea7ad6e9ac002c93fb91ed9f724915c657f9922009773cf2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,806
Size: 1.00 vMB
Total Fees: 0.05976793 BTC
Feerates: 151.07 > 5.99 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (114,751 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
800,367 800,367 00000000000000000002e7d186b350608e47092c2ef657582c9c21a4331b04a0 2,765 1.00/1.00 vMB 10
800,366 800,366 0000000000000000000475add4606f3072fa0907bb7c0a5c20fc0530436a9efd 2,437 1.00/1.00 vMB 14
800,365 800,365 00000000000000000004dd3a59bb9d0d42611b87db45acfb7a0958b0ca01a1f3 2,562 1.00/1.00 vMB 13
800,364 800,364 000000000000000000003259346c0e4d14390211b07f55e11c03e990c79512fe 2,322 1.00/1.00 vMB 11
800,363 800,363 00000000000000000004d54410034d0fb206aaf439b1dee1b96d614fbf89061f 3,600 1.00/1.00 vMB 22
800,362 800,362 000000000000000000027981b3cf5e8f31f1cdcac2fba8a0761b4fe29d2d3ae8 3,163 1.00/1.00 vMB 22
800,361 800,361 00000000000000000004aeae54c4c624f265d55bf8efe80ee77600ea61fc35ec 5,525 1.00/1.00 vMB 7
800,360 800,360 000000000000000000046808c1adf01c0cb4b6fe25e8f51e210a9ad267bd5695 4,240 1.00/1.00 vMB 6
800,359 800,359 000000000000000000040062701badf07171f30d518500b3a55b1207fb4eff7a 1,574 1.00/1.00 vMB 7
800,358 800,358 0000000000000000000458b846122ab87f54b79c45670ccb566b6f945ac9d2a2 3,268 1.00/1.00 vMB 18
800,357 800,357 00000000000000000000e833aaa5c91296b7b43ca4b30428f81d6cc8b79a89a1 3,015 1.00/1.00 vMB 13
800,356 800,356 000000000000000000001807d0d6c7961807e9d499c5ec862ad8b9880bd273e9 2,908 1.00/1.00 vMB 14
800,355 800,355 000000000000000000033a003ca5d5fe7f8bff9c8fe92b871e80b790e4d69d3a 2,200 1.00/1.00 vMB 18
800,354 800,354 00000000000000000002f54b9fb912ebfa9678c5b07f8f99d9ae468b08a4a289 1,952 1.00/1.00 vMB 10
800,353 800,353 00000000000000000004c1a4857ffecdf22860a745c689c62afddf9160ca730b 3,426 1.00/1.00 vMB 20
800,352 800,352 00000000000000000002d73c4f520e4f1aba034c6f3e0d36aaa175cf744a2551 1,401 1.00/1.00 vMB 9
800,351 800,351 00000000000000000000dc8c2caadf5e8e8635adc7ff4d90dcfba264a3493e6a 3,148 1.00/1.00 vMB 18
800,350 800,350 00000000000000000003b34db1716923e045910c2587f9e6ca70bb7e9e421eec 3,746 1.00/1.00 vMB 7
800,349 800,349 000000000000000000048dcdb99a1ef6c6afefbfe8332eac5f44e8f005737300 3,046 1.00/1.00 vMB 13
800,348 800,348 00000000000000000003a95ce8555132aef4fbe96ddac44d3a12f12315c8ffbb 2,231 1.00/1.00 vMB 16
800,347 800,347 00000000000000000003646da048019861d42470c915e2a2820aaaa500fac474 4,884 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.59 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: 671.64 GB
    • Received: 15.98 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.