Loading Tool

Explorer IconExplorer

Memory Pool

79,079 transactions
29.02 vMB
0.11617051 BTC
Random Selection Loading Transactions
Max Size: 176.05/200 MB

Candidate Block

Mining Attempt 92d48fbcd43d8e92cba62fa4457117767b1d6b38d7f38fde7758ba2dd5ed1361
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root a90a21e1baa525f7c2ba94c13b7b44a3a6a521209fb098373bbdab12b8dfefc2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,373
Size: 1.00 vMB
Total Fees: 0.04221206 BTC
Feerates: 602.26 > 4.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (427,791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
487,514 487,514 000000000000000000fa0b00f4ab886ef3594c17bce9f16f2cf66a25433e9dbf 1,426 0.98/1.00 vMB 73
487,513 487,513 0000000000000000009094b7e188afa67101a89322c06f7de97f9b15eff75bdf 1,708 1.00/1.00 vMB 148
487,512 487,512 000000000000000000f832171e508a9f6d2127bd7e4db2049f9daccb29700179 2,187 1.00/1.00 vMB 143
487,511 487,511 0000000000000000005287ab97ee8424d0a1e4fca781716c031da9ac7a20576c 1,298 1.00/1.00 vMB 42
487,510 487,510 000000000000000000b71bdbe1293e18c47e8e27f6830becf4c6550c2482c045 1,551 0.93/1.00 vMB 39
487,509 487,509 0000000000000000008c2690a155c9e86f968fdd987ebc6455344751c30026a6 1,745 1.00/1.00 vMB 108
487,508 487,508 000000000000000000ea3dee13705d2531fadf6a7753725d11284f31669be329 2,513 1.00/1.00 vMB 80
487,507 487,507 00000000000000000006cadc67d8a5bd2c60152c6bd3910de9a83b3dfeb63c8b 2,322 0.98/1.00 vMB 13
487,506 487,506 0000000000000000007ed4d66bf6117c4eaa9d43c68c9e003d275f2e7254c3dc 1,080 1.00/1.00 vMB 12
487,505 487,505 000000000000000000c31b7c243fbda68e428bea92b1895a3688866344fc1708 2,217 1.00/1.00 vMB 87
487,504 487,504 000000000000000000f215a4d5c315ad942c11e0d80c68326bff44b8ddfaf37f 2,220 1.00/1.00 vMB 174
487,503 487,503 0000000000000000003ce80e430b105561abaa8b01cf24bfb20494a71c2b14e0 852 0.98/1.00 vMB 29
487,502 487,502 0000000000000000009cfa54496a7ef0ee3fcb5717151e865eb22d0623fcb56b 1,876 1.00/1.00 vMB 95
487,501 487,501 00000000000000000015f7b0c6fdfff48d493655b4cbc09a6e6e8f452d98e832 1,501 0.75/1.00 vMB 113
487,500 487,500 000000000000000000743c145a3ae9b44651cee2d1406332f488af72b3e31cd2 1,882 1.00/1.00 vMB 119
487,499 487,499 00000000000000000096c7a07fc04723515c5397869450549f1e0e9bc2b63f63 401 1.00/1.00 vMB 5
487,498 487,498 0000000000000000006a0eeb1840fc21c2965ed02042c621b49d534b20c3367a 1,697 1.00/1.00 vMB 78
487,497 487,497 00000000000000000067f9fd44965c92d53c2c70e6519990cb0824fc4201bca6 2,009 0.98/1.00 vMB 18
487,496 487,496 000000000000000000434d0ddd67b7a55a64129329aa85f07a6f6b0309ff7e9d 2,033 1.00/1.00 vMB 58
487,495 487,495 00000000000000000086e741edafd5c79f284cb159638a565fbc1bce71aaca6e 1,756 1.00/1.00 vMB 85
487,494 487,494 0000000000000000003a19455f0a94be13b2e709482bbe6247446ab87d154955 1,312 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 782.92 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: 714.42 GB
    • Received: 17.54 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.