Loading Tool

Explorer IconExplorer

Memory Pool

77,897 transactions
28.65 vMB
0.10060243 BTC
Random Selection Loading Transactions
Max Size: 174.11/200 MB

Candidate Block

Mining Attempt 7ebfb4f251e9a8bee78be8763f5602c0015160608fa94ac840fb5201ffb5dafa
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 5ef36d9b643ccf94a37735a8fc7176cc221f5191e2274662413c5e5a4593f0bc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,892
Size: 1.00 vMB
Total Fees: 0.03453495 BTC
Feerates: 201.07 > 3.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (89,934 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
825,363 825,363 000000000000000000029efdfe762a7bfa3d19c400a5b5a3f30f36917202e53e 4,022 1.00/1.00 vMB 177
825,362 825,362 00000000000000000000edf82b5e466b40f6c9961c2590d7d6a05e2e6737e817 3,196 1.00/1.00 vMB 59
825,361 825,361 00000000000000000000af36973c04c37bc5ca4a928e15aaca1a2f8ba746d157 2,810 1.00/1.00 vMB 43
825,360 825,360 0000000000000000000399a8189fc2daf281ed26061d3290b6963259b77664ac 2,718 1.00/1.00 vMB 54
825,359 825,359 000000000000000000003c1e7800ae1eb401c219f722ce03db13d91dec52d56c 2,960 1.00/1.00 vMB 60
825,358 825,358 000000000000000000009f90d4c17c753eb5e933444d9118ce1f86a83be21370 3,162 1.00/1.00 vMB 92
825,357 825,357 00000000000000000002e064c91098fe88a927cfed936410a3d11c5ffb7fcfeb 3,230 1.00/1.00 vMB 132
825,356 825,356 00000000000000000001585e2b08c654025c1d57fa6314a2a33efcae837ee066 2,218 1.00/1.00 vMB 151
825,355 825,355 00000000000000000000ec739153c6c0335ec66e8f01f9a83667fe79805530e7 3,284 1.00/1.00 vMB 62
825,354 825,354 000000000000000000025bc559f2b4d13a52dab03f802ef7e5e5fa9640d6d0dd 2,739 1.00/1.00 vMB 115
825,353 825,353 00000000000000000001a71d7160ee66bd4f688e0965b3cb99b5eeeb90b41c77 3,329 1.00/1.00 vMB 102
825,352 825,352 000000000000000000035b9e3d66df4345ab8b663c873b3a931e1f3c92a7efb0 2,021 1.00/1.00 vMB 39
825,351 825,351 0000000000000000000228aea9b002ee968f2a7e560a448530c33488d8f50b3d 2,311 1.00/1.00 vMB 58
825,350 825,350 00000000000000000002c6aa477f6badd592fde988928a8af7ac9200e1aa5252 3,140 1.00/1.00 vMB 100
825,349 825,349 0000000000000000000175fc7e66187854c61c3e6a505de0ace0907b216d5d44 2,517 1.00/1.00 vMB 82
825,348 825,348 0000000000000000000296ca0d5b87a7a25e093c5bb768de70cb89e6064bd298 2,470 1.00/1.00 vMB 44
825,347 825,347 00000000000000000001e032b503a76699914bb3ebd9ac17449cf03e3c739dd0 2,496 1.00/1.00 vMB 47
825,346 825,346 000000000000000000005650420a97bf50bf16b36e817d4fbcf9381d5dc20472 3,025 1.00/1.00 vMB 87
825,345 825,345 0000000000000000000229472862b74c9f05b063f4fb33af00190bbdc0212660 2,596 1.00/1.00 vMB 124
825,344 825,344 000000000000000000032176ce02fa12f65a3521ca15119ff65ddfba537e7afb 1,565 1.00/1.00 vMB 38
825,343 825,343 00000000000000000002a65cb65c3c8e83849d2077491e0deb6b4054543be3c5 2,811 1.00/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 782.90 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: 713.73 GB
    • Received: 17.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.