Loading Tool

Explorer IconExplorer

Memory Pool

78,039 transactions
29.09 vMB
0.07069981 BTC
Random Selection Loading Transactions
Max Size: 174.01/200 MB

Candidate Block

Mining Attempt 637bb1bd6d50020137f59b425726c6e7dde4a5fa78861fce04fdfce30f571d5b
Version 20000000
Previous Block 000000000000000000004dc4502af0d104d581c2cf1796c3b173cb69ee8070e0
Merkle Root 35273e9bc36cdbc34a89251da7c8fa5bf9f997b17804e607dc40af99087d2b45
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,259
Size: 1.00 vMB
Total Fees: 0.01161113 BTC
Feerates: 73.20 > 1.16 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,062 (352,017 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
563,045 563,045 00000000000000000014dd43088673ae1bde8bf7217567cdb46dec54f43fc284 3,457 1.00/1.00 vMB 36
563,044 563,044 00000000000000000029732a560bcafa54e950587bcb9e9d6e3769ecd8aecf77 3,210 1.00/1.00 vMB 42
563,043 563,043 0000000000000000001f0a52ac77991ef4b11ec1877916cca7219f59c79e5eb4 2,401 1.00/1.00 vMB 19
563,042 563,042 0000000000000000001d2257425b5d7276091c0a9d858f0288b9da23b03f2cc3 3,281 1.00/1.00 vMB 38
563,041 563,041 00000000000000000019a8df0904350611c220e6975f767ba08e399484d6a049 1,271 0.58/1.00 vMB 8
563,040 563,040 0000000000000000000485497f196c972db82d3885884697d3744fc8b4dfc552 2,153 1.00/1.00 vMB 3
563,039 563,039 000000000000000000060f2cd5005a108a2f42e30e1ed548629a8970bd0f9ead 2,491 1.00/1.00 vMB 12
563,038 563,038 0000000000000000000b6ce7b4e4639363fa89b193b41bd7d6fa62b122079285 2,906 1.00/1.00 vMB 17
563,037 563,037 0000000000000000002a5db8d91672ed900a646b8e3c5112cd65b47f713df9b2 2,837 1.00/1.00 vMB 19
563,036 563,036 000000000000000000115fc983db3be3bb0007acdf37ff43eff4854d974d4c85 3,049 1.00/1.00 vMB 24
563,035 563,035 000000000000000000015805337a8640d1217cbf21039ce27c08d662d84cf6c9 2,811 1.00/1.00 vMB 33
563,034 563,034 0000000000000000001214493875339c04194ecd29bc226f2a7229783aaa8679 2,113 1.00/1.00 vMB 8
563,033 563,033 0000000000000000000fb6abfb2e47a1bfdfda236940accf11217d1b7aa4f7ab 2,506 1.00/1.00 vMB 24
563,032 563,032 00000000000000000010d7e078c29196c8e38a2412d08ad94d2e621b16f17164 2,770 1.00/1.00 vMB 4
563,031 563,031 000000000000000000278fb1e5d63d0dfaeb86cf2325c260df95eecb18817a47 2,913 1.00/1.00 vMB 28
563,030 563,030 000000000000000000000dc59d813fd70fb6b6730b62e9c4dcc50dd36301f715 3,001 1.00/1.00 vMB 17
563,029 563,029 00000000000000000017fde1a8588a1c4eb95d3818e29c0514ab16f1c7078eab 2,716 1.00/1.00 vMB 35
563,028 563,028 00000000000000000013842497afb813a50231a8fe4f96854a04846634b9f8e0 2,885 1.00/1.00 vMB 22
563,027 563,027 000000000000000000038a93b77646d9023726c1dee3dc4675ad8395e01eacad 2,184 1.00/1.00 vMB 41
563,026 563,026 00000000000000000002286c5a4881d5dba945b8fcbeab0e9da432fff5b95a9f 2,390 1.00/1.00 vMB 22
563,025 563,025 00000000000000000013d05b7cddd2db309c658737924d9add6948e8c1caee26 2,799 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.50 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: 668.41 GB
    • Received: 15.50 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.