Loading Tool

Explorer IconExplorer

Memory Pool

46,431 transactions
27.98 vMB
0.07557151 BTC
Random Selection Loading Transactions
Max Size: 147.23/200 MB

Candidate Block

Mining Attempt 6fe36e80f281cb0c803fc2831bd5150afc27c5ac87fd3d57fc03ba531baebb92
Version 20000000
Previous Block 000000000000000000014dfbe7f39f88da835586e6043c860399950dddc4e4d7
Merkle Root 8b24e68b29eb35446818c997090567c73a2c8f315a79e3a2f75c23e108c79a5b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,197
Size: 1.00 vMB
Total Fees: 0.02218790 BTC
Feerates: 100.36 > 2.22 > 0.55 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,942 (369,209 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
545,733 545,733 0000000000000000000d8f53718fe3688db0879f12456acd9a202a04f658de0d 2,190 1.00/1.00 vMB 12
545,732 545,732 000000000000000000106cb8cfd7aad05b41d5662e2b626566140f3d1abe5763 2,209 1.00/1.00 vMB 27
545,731 545,731 00000000000000000000ed5015bd20a8761942b209c18264887b2167338cbdf9 2,780 1.00/1.00 vMB 13
545,730 545,730 000000000000000000015c754a8a8893b8aab4844e4f940d4df79073038bad1b 2,108 1.00/1.00 vMB 18
545,729 545,729 000000000000000000009dfce71bd8c3e62ceb76239aa573b2f3034ac11ef8b1 1,549 1.00/1.00 vMB 21
545,728 545,728 0000000000000000001816d81e5e092fb8b3fdc62b1e6b4ad1e7c57bb8800218 1,453 1.00/1.00 vMB 17
545,727 545,727 00000000000000000016d8121a4b8f5aeca7670dec453acd6cb0134a24928fc3 2,537 1.00/1.00 vMB 34
545,726 545,726 00000000000000000025b6abfb333fe3a346ad6b2ee5779df6462cf9fa995941 984 1.00/1.00 vMB 23
545,725 545,725 0000000000000000000f680ac0e58e783cbf9995236002978815588f5cc9a0cf 662 1.00/1.00 vMB 60
545,724 545,724 00000000000000000023fee5ecf405598cad9248d1166e3d4e0bc0860ce9a5d9 2,528 1.00/1.00 vMB 11
545,723 545,723 0000000000000000001e6d2c0b931f29898a69928295d24b9b50abc163192632 202 0.16/1.00 vMB 5
545,722 545,722 00000000000000000019d8ac9e518d552aed67d27bfc80a26dfdb8ccc797d5a4 1,992 0.99/1.00 vMB 12
545,721 545,721 0000000000000000001b9312c17f88cfcdeaf36d6dbdd0162d986baf7b1ca6aa 1,479 0.89/1.00 vMB 6
545,720 545,720 0000000000000000000ce5a3699cf63aa3d4a8c064e9105d0db7fba394234990 2,556 1.00/1.00 vMB 15
545,719 545,719 00000000000000000000f3c61f26a7718a263550ef38c8d6956d4c0cd44a1f24 1,523 0.69/1.00 vMB 10
545,718 545,718 0000000000000000001b34bc5016edcfa8098beabd319d4badfcb45437902713 956 0.51/1.00 vMB 3
545,717 545,717 00000000000000000012e25cdf1c84b93223556f7319342b9dce7f98ea1d99f9 477 0.19/1.00 vMB 36
545,716 545,716 0000000000000000001b689cc19350dac02ed4d3e1f5d905e9a41a3ceebb7e12 299 0.22/1.00 vMB 5
545,715 545,715 000000000000000000161bfa6083abdefed5748669593689d75a8cc882f43554 1,811 1.00/1.00 vMB 6
545,714 545,714 00000000000000000017b002cdb2fa9a3600184e2c7db7960f454dea6eca8347 2,707 1.00/1.00 vMB 12
545,713 545,713 0000000000000000001a9dfc9a0ff51a282303ce42655b39c5d36c489ae8fe1c 397 0.14/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.29 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: 657.05 GB
    • Received: 14.46 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.