Loading Tool

Explorer IconExplorer

Memory Pool

83,407 transactions
31.69 vMB
0.12742228 BTC
Random Selection Loading Transactions
Max Size: 191.49/200 MB

Candidate Block

Mining Attempt 4ae35a993b5480b7aeaaccc8ef7d400e8f54a416cd3dbb3c852bb618d86cacd6
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root 58526c11bab97bb9f1ce5b141ca3d9f349dfef7057007862090e24e696083af5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,088
Size: 1.00 vMB
Total Fees: 0.04272020 BTC
Feerates: 803.65 > 4.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (442,439 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
472,913 472,913 00000000000000000181f2b15d002d62c0fd15b3deafeda9f36e7bb3847ae5f8 1,927 1.00/1.00 vMB 41
472,912 472,912 0000000000000000003ac797710843d6c6be09b93f590abda03dcf2f75b5df53 1,871 1.00/1.00 vMB 204
472,911 472,911 00000000000000000030ca7a9236c5c2193d74edcb00dd9c045e34810c32afd1 1,663 1.00/1.00 vMB 209
472,910 472,910 000000000000000000fbf1cf94e3018459d9699bf4540af63d150d2f70df5179 1,763 0.87/1.00 vMB 294
472,909 472,909 00000000000000000056e8e7a57b71e5c103919396794f36bf09db31fefb6998 1,331 0.67/1.00 vMB 314
472,908 472,908 000000000000000000a97ae56e81cf871b8c5308bf50f28bcb59118a3549ec60 2,190 1.00/1.00 vMB 121
472,907 472,907 000000000000000000e66fd9649a4b82036d250d6c8c4e1e36e078e993677ad7 1,735 1.00/1.00 vMB 341
472,906 472,906 00000000000000000041cdd289d781ed440e0f409b4279a25d0634b2b4c491d7 2,038 1.00/1.00 vMB 96
472,905 472,905 000000000000000000137546cfa489a851976e308c79a9d8a989dcf5bb35bbad 2,167 1.00/1.00 vMB 360
472,904 472,904 000000000000000000fa8ad539773f08288d2a82f9b5036733ba479552a9a755 2,004 1.00/1.00 vMB 100
472,903 472,903 00000000000000000134179f8dd4b1a34b14330fdc3e09ac189ff298aa18d856 2,239 1.00/1.00 vMB 158
472,902 472,902 000000000000000000e0bd67b97e8b20f54196d0463fc6c7f8a4a94cb44f47d5 1,911 1.00/1.00 vMB 331
472,901 472,901 00000000000000000096663469de4b01488ed57fde5133112308cf52403b233f 2,309 1.00/1.00 vMB 156
472,900 472,900 00000000000000000136eac7651b12cd8105c74db966d471b3d380c5a114db04 2,187 1.00/1.00 vMB 208
472,899 472,899 000000000000000001762c5ed773410ca075ee9e9d11be981d90f1c3e8a61590 2,343 1.00/1.00 vMB 214
472,898 472,898 000000000000000000a33078c1258efe58f5a3b2c94fa67d5e4d3e7717280bd0 2,004 1.00/1.00 vMB 248
472,897 472,897 000000000000000000cc7cd572e8329496964e369484655698d3f697e43a8b01 1,878 1.00/1.00 vMB 353
472,896 472,896 000000000000000000ce44c2d581d72baac22162ddde4953879d3060df14153e 1,175 1.00/1.00 vMB 128
472,895 472,895 000000000000000000b5e23759e668ff1897d32f34ea37bd5dd922ba1e5666af 2,399 1.00/1.00 vMB 200
472,894 472,894 0000000000000000002cca77787686d8024c171f89852c0208b3e5b160e961ca 2,162 1.00/1.00 vMB 291
472,893 472,893 0000000000000000001cc41114eec5854e3353b1e34c2da62603e6cbcbf8e322 2,099 1.00/1.00 vMB 338
Previous 10 blocks ↓
Total Size: 783.00 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 718.68 GB
    • Received: 17.94 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.