Loading Tool

Explorer IconExplorer

Memory Pool

74,684 transactions
27.53 vMB
0.07148241 BTC
Random Selection Loading Transactions
Max Size: 168.09/200 MB

Candidate Block

Mining Attempt 08f27f41c403899f555cba18b7fb70241e70c13356faf8d8a2094ab3df24c5ae
Version 20000000
Previous Block 000000000000000000002bfb1ccb7aeece6203b088c253b5b9e390365e6615b7
Merkle Root 359194e4f1ef661597f2c900eb267fabdb2d485c619db1022c41987653f798e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,782
Size: 1.00 vMB
Total Fees: 0.01283417 BTC
Feerates: 100.53 > 1.29 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,251 (750,932 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
164,319 164,319 0000000000000835b563d429eade54cdc800ac844b76ac4825bd4aca92c5fa9f 46 0.01/1.00 vMB 0
164,318 164,318 00000000000000ed3960939e11fb18372761d441870de50b2d6297a63e7bd851 15 0.01/1.00 vMB 139
164,317 164,317 0000000000000bfc4f5d23f7661122740dd0e145f4fd36c0c54a2e74c0c6c42d 75 0.05/1.00 vMB 70
164,316 164,316 0000000000000c35c325fe2ec8197b4558ef1916aa20767a4d1efd7c07032d02 44 0.02/1.00 vMB 6,036
164,315 164,315 000000000000048c2c16b6821060a69a67e2e07dbff720aed27323ae32e31ecc 11 0.00/1.00 vMB 18
164,314 164,314 0000000000000851214d7be7b6f8541937807f24105a1df024a522ca0bee5234 54 0.02/1.00 vMB 131
164,313 164,313 00000000000008dbc7fde9cf3f2e1faa7534ef22f0a8ee647ba10d21848da8ff 8 0.01/1.00 vMB 76
164,312 164,312 0000000000000bc9a3cb4c9c7c25c0d1ce2b56b514698a92c1ae5535fa6eebf2 147 0.05/1.00 vMB 98
164,311 164,311 000000000000075a25e5cae4b3b066f7d87aea8bd9c7cb26b04725aa19a30a9b 47 0.02/1.00 vMB 65
164,310 164,310 000000000000047c0bf0fef6acbe5fd2c763347d561767e9ccc8d7504127356a 8 0.00/1.00 vMB 499
164,309 164,309 000000000000045f6c42597355a16e52217def1a56972e8d75e36b9de33a12f6 47 0.02/1.00 vMB 0
164,308 164,308 00000000000006ff579b587644ae9aa21915ce8f0bf2940f86c27414946780ea 100 0.05/1.00 vMB 120
164,307 164,307 00000000000002bd33860ed25492d791bce8c26f888aa8a9beab6b0ff68e471c 24 0.02/1.00 vMB 1,511
164,306 164,306 0000000000000b23b9cf0a482b4114b8c551c029570491978fff25f28ebacd26 12 0.00/1.00 vMB 0
164,305 164,305 0000000000000903d4b0c5393ab89e2ebb51d26cf57b82a7c651c1aea6f4cf9b 27 0.02/1.00 vMB 106
164,304 164,304 0000000000000cbbe97b4bf92fb671835afd12a72e9fa924b9c127203a970b7f 11 0.00/1.00 vMB 67
164,303 164,303 00000000000007c812025937dbcbdea10b3a3ab442641ec53c6621033736e6ed 32 0.02/1.00 vMB 233
164,302 164,302 000000000000027d70e8bd043f76f73399edfd5aaa33816547d3e3ea07f3205e 46 0.02/1.00 vMB 128
164,301 164,301 0000000000000215364d032df63d9a6f7550a56cd0738d5c8d44ba5cd6ab1a5d 12 0.00/1.00 vMB 56
164,300 164,300 0000000000000b205a09ab7db81fcefd6463af17c07022a7aafcb306fe47aeef 9 0.00/1.00 vMB 0
164,299 164,299 00000000000006242b3c66ef48045d1670c3c79d3541899e53f835d2fef69510 28 0.02/1.00 vMB 35,266
Previous 10 blocks ↓
Total Size: 782.83 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: 711.65 GB
    • Received: 17.11 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.