Loading Tool

Explorer IconExplorer

Memory Pool

78,762 transactions
29.18 vMB
0.11936280 BTC
Random Selection Loading Transactions
Max Size: 175.99/200 MB

Candidate Block

Mining Attempt afef646cff2bbdb1ddaf1d4e952b5d9f5053f07e7d51a1a713170aea88edb7c4
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 0a1271571d22308b3bbb8fc72cd3715d0c038e8fc4347d17220a7cdcb3d84ebe
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,124
Size: 1.00 vMB
Total Fees: 0.04318807 BTC
Feerates: 150.80 > 4.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (749,805 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
165,460 165,460 00000000000001883b7b2be0c80ba3c6066c09e35defe3fe83c07547159b5d02 45 0.03/1.00 vMB 132
165,459 165,459 0000000000000a8ec8fa8533675ce4f7fa902d48a57a11279c9f155135a40292 18 0.01/1.00 vMB 195
165,458 165,458 0000000000000122a746872d6b14e968039f6df9573012aa0472edb6f4706fd6 15 0.01/1.00 vMB 147
165,457 165,457 0000000000000479a51ca17385de7e3634fe0228a8093219e3d21a413e30f725 1 0.00/1.00 vMB 0
165,456 165,456 00000000000003ec783f3a619360ab99c1ab48eeef6e3b42547dbc0a00a77f75 25 0.02/1.00 vMB 59
165,455 165,455 00000000000008eb78daf2a3cd2c74bf8443c5c8711c0262a762384300334778 4 0.00/1.00 vMB 33
165,454 165,454 0000000000000128ba1d63790ccc6964c7798233d926106ac849179340f16c4c 7 0.00/1.00 vMB 49
165,453 165,453 000000000000055cb9b3ce0392cef11446f89f8b3aaf89270f100f98c559dd15 27 0.01/1.00 vMB 26
165,452 165,452 0000000000000528deee0c0c59433688daec3d9bf96cb7df696f46c2d8963f81 62 0.03/1.00 vMB 133
165,451 165,451 00000000000006a13f3fda4b0714b21cf91b2c63296274b4666ad09524aff0ee 110 0.03/1.00 vMB 0
165,450 165,450 00000000000001a75b3eb54e5eb19728a1527b53071f348ccdb68c7a9a651cf4 56 0.02/1.00 vMB 181
165,449 165,449 0000000000000a3b7263483918979664a47867e72d81e95336467c9973fe23f3 97 0.03/1.00 vMB 702
165,448 165,448 000000000000001d031458cf331437e8cc876c3c840619e8eb6ecde73360dae8 17 0.01/1.00 vMB 514
165,447 165,447 0000000000000918b609f0bc6a9a656c8a62fdcdf29a251de11b649d6a783704 60 0.02/1.00 vMB 109
165,446 165,446 0000000000000b66ce1abced6f28c9ce9a38cd47f6b8f7ce35c2ca82b24542b9 47 0.03/1.00 vMB 144
165,445 165,445 0000000000000109ccce0cbf16cb9482d16c2fb8131120d62bb2d45bdb002dd3 1 0.00/1.00 vMB 0
165,444 165,444 0000000000000bb324d7b10e5e6ff5d46a979a046bc94075dd84620a990827d9 119 0.05/1.00 vMB 23
165,443 165,443 000000000000057e9835bb468e90ff48c963310854f7f80abb115507a8775abb 26 0.01/1.00 vMB 149
165,442 165,442 000000000000017c5b6e5629e90dfa99092271d81681ccadc59ad4709e8f1c7f 16 0.01/1.00 vMB 187
165,441 165,441 0000000000000442c333315e0659f01d0bbb1dc1d3d0de47657a3e8b1564d89b 19 0.01/1.00 vMB 197
165,440 165,440 000000000000060345f9936ac4486a78e644aaf3ecdb8654c5f1815c9b954372 31 0.01/1.00 vMB 121
Previous 10 blocks ↓
Total Size: 782.85 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.78 GB
    • Received: 17.21 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.