Loading Tool

Explorer IconExplorer

Memory Pool

43,253 transactions
27.03 vMB
0.07228221 BTC
Random Selection Loading Transactions
Max Size: 141.19/200 MB

Candidate Block

Mining Attempt 50c008d32fac79d814cfd239ef12e3c53a191b690e08ddb1b2cd506207cde250
Version 20000000
Previous Block 00000000000000000001aae22bf03485fc959de8eb2dba05795b3aa6b906bcaa
Merkle Root 97a9e9f60fc2c8c5579e36709b39562c587016e0930b180fe9ed96a8f3ce8ab5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,795
Size: 1.00 vMB
Total Fees: 0.02164518 BTC
Feerates: 100.45 > 2.17 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,884 (252,714 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
662,170 662,170 000000000000000000009c4fbbe4f37c5e010a788f9a5d11b9555ea63d26222c 1,542 1.00/1.00 vMB 11
662,169 662,169 00000000000000000007726fd8ecf263ecdf0f0c9c1654b0b1c3cb896f3fffc9 1,926 1.00/1.00 vMB 88
662,168 662,168 00000000000000000003c3a86dd973519d554d7f6ad84cc1f232f5b9d30b7f68 1,571 1.00/1.00 vMB 27
662,167 662,167 00000000000000000005b1ad6ddf8b418efa9945f6f582fc04de8b5ac0899517 1,422 1.00/1.00 vMB 25
662,166 662,166 000000000000000000023a25de14d65beeeb672dfe8d870a9f5402b5609df223 1,195 1.00/1.00 vMB 11
662,165 662,165 000000000000000000021fa4f1cec69fd633f19e5a1497b0021e8028d90e7440 937 1.00/1.00 vMB 11
662,164 662,164 00000000000000000003f5048ae6c1978b47f0f251ee55af0881e2dcea9af38a 304 1.00/1.00 vMB 8
662,163 662,163 000000000000000000042b233919ce0d77b7a695af2f2dc4095c7138b1688703 1,685 1.00/1.00 vMB 33
662,162 662,162 00000000000000000000d56929e887a80f37d47271e076f52116ef8deda5e427 1,297 1.00/1.00 vMB 15
662,161 662,161 000000000000000000074234f15885e8885412046ad69f828547a3a8be472a0b 1,114 1.00/1.00 vMB 6
662,160 662,160 00000000000000000004519d1fb9205dfcc396ce32de22fbbec6f594dec0aeff 676 1.00/1.00 vMB 17
662,159 662,159 0000000000000000000dbfed9dc2a8f9ff18d0e3fb3991b923f8009bd5345541 602 1.00/1.00 vMB 6
662,158 662,158 00000000000000000008607afd456da9f1dfb5c170d4d73bb83aa28fc67c1f0b 1,370 1.00/1.00 vMB 33
662,157 662,157 0000000000000000000d6527f71cf7f36bf7b5854b0a04cb16a5d72733767f5d 1,832 1.00/1.00 vMB 43
662,156 662,156 0000000000000000000e544cfe9503ed79f354d65be7ba5f135f44dbd29e8b02 1,870 1.00/1.00 vMB 45
662,155 662,155 0000000000000000000430fd68dcc97fe1a5e6d788f639bafd0fc1de5296ca00 1,402 1.00/1.00 vMB 25
662,154 662,154 00000000000000000000c6dc3a7276ece33b713952ed2dd15a0439db40fc5592 1,454 1.00/1.00 vMB 21
662,153 662,153 0000000000000000000e262da11d930d6db48b731bfd06fcf2ad34beb4a7536d 1,614 1.00/1.00 vMB 11
662,152 662,152 00000000000000000009b3ea50248ee6f74ca44ee45f62ef661f43770972eb75 1,834 1.00/1.00 vMB 31
662,151 662,151 0000000000000000000afbfdb850ccc4ceb56b934d7f150fbaae3d7e1cdf29b3 1,483 1.00/1.00 vMB 76
662,150 662,150 0000000000000000000d6f54310f57fc0cf1a1be77fc61526f21260adc5665b2 1,866 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.18 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: 653.65 GB
    • Received: 13.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.