Loading Tool

Explorer IconExplorer

Memory Pool

77,809 transactions
29.23 vMB
0.06236974 BTC
Random Selection Loading Transactions
Max Size: 175.68/200 MB

Candidate Block

Mining Attempt 3dd94a2047d7f88f4a2c1265a2735419fc3e8ea0fa2044a4af049a05935309dc
Version 20000000
Previous Block 00000000000000000000a281f5555936da4319487920bc58ef2a368fe4984bcf
Merkle Root 0f848541f9d1d0523878636a004bdab5bc1ccea441a822ed9bf4e399ad8d3cb0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,605
Size: 1.00 vMB
Total Fees: 0.00325813 BTC
Feerates: 58.92 > 0.33 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,018 (431,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
483,287 483,287 00000000000000000122d387a7eb0e53db5ae9274cab28771d77aeaadf3be79c 956 0.78/1.00 vMB 12
483,286 483,286 00000000000000000039c28f6269431ec7ca64b93642ebf1c45943b12e3fea1b 246 0.15/1.00 vMB 270
483,285 483,285 0000000000000000000d7ac2441da2c367158edfb1fffa86eee24e6e71385348 1,763 1.00/1.00 vMB 68
483,284 483,284 00000000000000000090741b258aa0111e0f05a65d094201077263401a625ae9 2,127 1.00/1.00 vMB 313
483,283 483,283 000000000000000000e932a856c531cb252d25b391131a7fcf49d43f93457d8b 2,111 1.00/1.00 vMB 193
483,282 483,282 000000000000000000995362fcef75b7a8e1a141ad6dcacec15afb74c6f1170d 1,939 1.00/1.00 vMB 289
483,281 483,281 0000000000000000002d673dd1e31a205f17b716f76a014735ec8da58a746012 2,103 1.00/1.00 vMB 288
483,280 483,280 000000000000000000bc76cddb8e1cc93ba87449ec0b45fd785aa778f00e432e 1,773 1.00/1.00 vMB 75
483,279 483,279 000000000000000000f6cbdba80dbd4afce29276139265ffa6bb17b645966bc8 1,373 1.00/1.00 vMB 108
483,278 483,278 0000000000000000008a101a17cacb6e10025e7a3aafb731a79cdc359ebf887d 1,911 0.99/1.00 vMB 161
483,277 483,277 0000000000000000010aea48bd0753ac5a812973422e4bf289ad2d9a338b2b1a 1,827 1.00/1.00 vMB 140
483,276 483,276 00000000000000000043e55901dd8c42adbe42349a487a5ad82c067e1d3aacbd 2,267 1.00/1.00 vMB 394
483,275 483,275 0000000000000000008f1aea8568d50e2f6c75d293f9e7298e397d2f64f60731 2,087 1.00/1.00 vMB 46
483,274 483,274 0000000000000000002f54cd0da97d962f0818e0986aed4c5cb20fe2e0b44b01 1,792 1.00/1.00 vMB 85
483,273 483,273 0000000000000000012ceb5cd97964b7f61acd593d22e0eede4de93e79f1008c 1,561 1.00/1.00 vMB 94
483,272 483,272 000000000000000000a4e67b4d80f7b478c5a83afcf4ab2da64894a057109e2a 636 0.99/1.00 vMB 115
483,271 483,271 000000000000000000f57cb8476f7bfb7293f3c2c10aaa445678bf9ec055ff9a 1,977 1.00/1.00 vMB 272
483,270 483,270 00000000000000000138c59649041082643fa93cd12708a24f11cdbb54b77c8b 2,169 1.00/1.00 vMB 271
483,269 483,269 000000000000000000731a6cb8a76cd3e35106bfcf1743a812e7fb07a8bef007 1,443 0.99/1.00 vMB 185
483,268 483,268 000000000000000000600fc482d19f70b4ece0fa1dd0b8796c5c13e546634bca 1,348 1.00/1.00 vMB 216
483,267 483,267 000000000000000000302139c430fc573682eb431b3b499628ec8c278dc498b6 852 1.00/1.00 vMB 114
Previous 10 blocks ↓
Total Size: 782.43 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: 665.48 GB
    • Received: 15.15 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.