Loading Tool

Explorer IconExplorer

Memory Pool

41,174 transactions
26.61 vMB
0.05455459 BTC
Random Selection Loading Transactions
Max Size: 139.40/200 MB

Candidate Block

Mining Attempt 3cb3c0f0f03b9767a4e8476dbc3155ada33fd24143f463aa5d238e670067ffea
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root 7017ed37051b29d2d685cf9e4f47f0ebf0374a7cdba48b55d8e527c33c994163
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,799
Size: 1.00 vMB
Total Fees: 0.00533402 BTC
Feerates: 103.41 > 0.53 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (296,880 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
618,044 618,044 0000000000000000000ab3cf96e57cafdb2542bec170277be01747aa80a304de 1,050 0.46/1.00 vMB 13
618,043 618,043 000000000000000000002919f7fd772e518d2b065fc34db58327c6dbdb04967f 2,461 1.00/1.00 vMB 13
618,042 618,042 000000000000000000042b3ed9cbe6e51ad79aabe0292aa49d03a8fce5422379 2,225 1.00/1.00 vMB 27
618,041 618,041 0000000000000000000feb19809db8fdca89102f328d610e5057f22b84285b4e 2,451 0.96/1.00 vMB 7
618,040 618,040 0000000000000000000b45a4f616315e50df27a714b1918ec07f145cbc277e5d 2,799 1.00/1.00 vMB 18
618,039 618,039 00000000000000000010bb54d8fdaf74e66cb352f3f6f37fed2bdd6338f24072 2,198 1.00/1.00 vMB 10
618,038 618,038 00000000000000000005e35b6514c8691d50aed5f10f9d0a7a28fa45a74e444e 2,704 1.00/1.00 vMB 39
618,037 618,037 000000000000000000000d62fc9aab46799077b42432811bed3ccffb3c92ab30 1,241 0.36/1.00 vMB 21
618,036 618,036 0000000000000000000fc115d4940df1e17dcacb9e9e86e5dd87900d2de517e7 1,176 0.33/1.00 vMB 18
618,035 618,035 0000000000000000000f4782d3aab46e5b3642e6825a9150951c738b6d1fc850 1,878 0.72/1.00 vMB 29
618,034 618,034 00000000000000000009dd19c9f3bc626aa89f6b75e53a2f3134d2bd0a1577be 163 0.06/1.00 vMB 23
618,033 618,033 00000000000000000010fe04a6bf0e0a241239c6d53048c6b6efb976a00de6fe 2,356 0.92/1.00 vMB 21
618,032 618,032 000000000000000000024011306de8e9d8023126de3d7c5bfffc9ce80abdf961 1,912 0.65/1.00 vMB 9
618,031 618,031 0000000000000000000c8f9de582923fec66b2394fcefeb1d227955fb24d7ea7 2,276 1.00/1.00 vMB 30
618,030 618,030 00000000000000000003111df045e2d75e6c0a30754d040813c533c593622a45 1,710 0.46/1.00 vMB 2
618,029 618,029 0000000000000000000b5650964b7f18f31287986b2291832df7e59eda7285ca 2,551 1.00/1.00 vMB 20
618,028 618,028 0000000000000000000c25d637e10362d8b27673c239f01665a9dc988954a1bb 2,789 1.00/1.00 vMB 30
618,027 618,027 0000000000000000000489a41e8ce07b2c8226904e46e3850b58a284ebf8001e 2,043 0.71/1.00 vMB 19
618,026 618,026 0000000000000000000496ce9af395efe568025f30e154b365ce97287b23ca61 2,458 1.00/1.00 vMB 8
618,025 618,025 000000000000000000063e7677fd577e20268fef85bfc3e43da86a8e3e73f4c3 2,681 1.00/1.00 vMB 31
618,024 618,024 000000000000000000096c87fbf990a94f6fead9a5eaf32ed6b9c8c944d4015e 2,996 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.25 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: 655.52 GB
    • Received: 14.32 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.