Loading Tool

Explorer IconExplorer

Memory Pool

79,729 transactions
29.86 vMB
0.12254154 BTC
Random Selection Loading Transactions
Max Size: 180.13/200 MB

Candidate Block

Mining Attempt b94dfc3b90b2464644a4df759441afa0c1c3ba0b01d8e86e6d33e1a671f9cba6
Version 20000000
Previous Block 00000000000000000001bd54d69182c1acad03f5cdcd2103ee49e909f1dec71f
Merkle Root 0c0ef028f4c6e662f928a081e9ff735f3b2ca2a051068c2076ba94aa0ca6b726
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,191
Size: 1.00 vMB
Total Fees: 0.05713041 BTC
Feerates: 150.75 > 5.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,098 (346,727 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
568,371 568,371 0000000000000000001d86c2c030fec198fb2cc7069464e579ec74211fd8b227 1,208 0.43/1.00 vMB 18
568,370 568,370 0000000000000000002d75444e3bc9752680d1d037cc78d0e770967e05a0f960 1,789 0.79/1.00 vMB 15
568,369 568,369 0000000000000000000b226d2855a0dc0a1bcb20819bccf878e90a3f47d3e506 2,671 1.00/1.00 vMB 12
568,368 568,368 0000000000000000002d4df07b4bd0c359093d9f5136e5906c7d4314f214b520 3,195 1.00/1.00 vMB 33
568,367 568,367 00000000000000000009146b131fc2d561128fa3b9a65612192b57bb4b525571 1,710 1.00/1.00 vMB 18
568,366 568,366 00000000000000000022a98a503e65332cd271a240daddd0d654899c5912e220 1,551 0.56/1.00 vMB 11
568,365 568,365 0000000000000000002b000985ff9bdbe8f300530b0795ee7cf91ecb2dd1191d 3,370 1.00/1.00 vMB 14
568,364 568,364 00000000000000000003710ffcbe7d425714efd11ddf989a4fd06cbcdf1c6743 2,671 1.00/1.00 vMB 25
568,363 568,363 00000000000000000000da24f4ae4b246caf7a4a76a131ce79ea27fce008ff2c 3,037 1.00/1.00 vMB 16
568,362 568,362 0000000000000000001c740a9098f123cab850470960153765b5c7a676c95c70 1,945 1.00/1.00 vMB 14
568,361 568,361 0000000000000000001b94b05fe2b004af6efab627141ed266262d1efe8712e6 1,904 1.00/1.00 vMB 21
568,360 568,360 0000000000000000001c902c49ae6edefd40d64d518e5f8fcfc62b3e8941d75f 1,200 0.38/1.00 vMB 16
568,359 568,359 0000000000000000002b25fefba8d4b49384660e19d2410dd26ed250a64e41a6 43 0.03/1.00 vMB 7
568,358 568,358 0000000000000000001e2c52b041dc46c93a00a6e123ac6ff2935beb31469b90 199 0.06/1.00 vMB 13
568,357 568,357 00000000000000000024143f9938752d9bbf66f8e04dd96fcf69b4e0092f8757 853 0.35/1.00 vMB 17
568,356 568,356 0000000000000000002bab815f0a2f7ab4e137287d9e18a5193b8268ed108d84 246 0.08/1.00 vMB 14
568,355 568,355 00000000000000000023fa7076fbcac3c2261b8591ea5f12344c7b64d3e0c1bb 396 0.12/1.00 vMB 18
568,354 568,354 00000000000000000013a301f5074426ca0666c96980dc1a472242b4844d5b5b 809 0.33/1.00 vMB 17
568,353 568,353 0000000000000000000d1b33001a6021ac7c1d1ed2b30e2fc2d9a8f534701875 1,893 0.92/1.00 vMB 15
568,352 568,352 00000000000000000014e3ca67591e4de16de4c81f5e57dc6252c899d90f214d 467 0.22/1.00 vMB 17
568,351 568,351 000000000000000000041904d59ac59e1d67d630c09ff297dfd9631d8e7c9493 1,239 0.54/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.56 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: 670.24 GB
    • Received: 15.84 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.