Loading Tool

Explorer IconExplorer

Memory Pool

78,117 transactions
29.47 vMB
0.10617626 BTC
Random Selection Loading Transactions
Max Size: 177.54/200 MB

Candidate Block

Mining Attempt 522db0243ad11f67ff43c7487179694215d049aa6f28b327b8c5570415d0941f
Version 20000000
Previous Block 00000000000000000001cb1113c5ea661c59a8a02a5c9ba097352d884515177e
Merkle Root d7597c867188b3e8d2ee3b0e66bda7b62efb09eba2386685de83e3df3d5f0257
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,488
Size: 1.00 vMB
Total Fees: 0.02955448 BTC
Feerates: 151.12 > 2.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,271 (471,024 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
444,247 444,247 0000000000000000007262f44787c9fa952948a0450dac8769c477214cca6142 2,101 1.00/1.00 vMB 50
444,246 444,246 000000000000000002fbb945e5ba87ddec823a99e1707d05c5bf0dd4d11f3b0f 2,539 1.00/1.00 vMB 90
444,245 444,245 00000000000000000171798897ceb8ba4f36a597f274dcc6f9c86d0774eb5ebc 2,055 1.00/1.00 vMB 63
444,244 444,244 00000000000000000227170511867a678aff9e85a39a471cb862364e63e9d7f7 2,590 1.00/1.00 vMB 92
444,243 444,243 0000000000000000004125a02132fabe5d2479240ac0e3f13be5282a295f5d59 1,788 1.00/1.00 vMB 73
444,242 444,242 0000000000000000031c2384ffe8a1d59cf9e472fdd9c0640a7166181069b21a 2,274 1.00/1.00 vMB 83
444,241 444,241 0000000000000000000936219b1f527c14fc84d169c11107efe2ccd0cc5001d0 2,603 1.00/1.00 vMB 66
444,240 444,240 000000000000000000375689842d0b20990b357d31c03a9ce6243b3181a3bf6e 2,161 1.00/1.00 vMB 71
444,239 444,239 0000000000000000000e0755e8592a9f7ab6d6a2ed2c9b705214e9292dadddfe 3,030 1.00/1.00 vMB 89
444,238 444,238 0000000000000000029ff654bd1608888060bb633845c27c76756fb20fc53f8e 2,243 1.00/1.00 vMB 112
444,237 444,237 0000000000000000035d4b29b349d1897b99fcba62a9447b6a48f1216f99af99 2,444 1.00/1.00 vMB 83
444,236 444,236 000000000000000003132f27a94d5e7e2f214afc1ad6134177efe3cc67fb92db 2,101 1.00/1.00 vMB 72
444,235 444,235 00000000000000000269b6904d0161298b4eee3887fee9b6db91980799a6761d 2,545 1.00/1.00 vMB 83
444,234 444,234 00000000000000000055ed823bf8a30b782695309dcf6c4dd5281fa503091076 2,837 1.00/1.00 vMB 116
444,233 444,233 0000000000000000014eeab76076497b59a133bae159ba102431eb2f18e554ca 2,137 1.00/1.00 vMB 65
444,232 444,232 000000000000000002a05d43a8262fe765dd9764e508ac2cf04e3314f4ce2795 1,677 1.00/1.00 vMB 50
444,231 444,231 00000000000000000346c34ee9855fcb8fe08a5e8dcc908ce9a8ce042c9a64ed 2,095 1.00/1.00 vMB 64
444,230 444,230 000000000000000000c87738ae7b526f5a8352d13bcbb08290732109232c0c2e 2,360 1.00/1.00 vMB 92
444,229 444,229 0000000000000000024a8493d74acc70384c310d59a270bdb296bb3c8d657a66 2,480 1.00/1.00 vMB 80
444,228 444,228 000000000000000000e12f0f5e4c94e97838c14c470b4c58e8c54004bd9e656a 2,204 0.99/1.00 vMB 80
444,227 444,227 000000000000000002a3de94d14a4979e5dbdf697ba879bbd817452481ea5d4a 2,382 1.00/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 782.86 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: 712.97 GB
    • Received: 17.26 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.