Loading Tool

Explorer IconExplorer

Memory Pool

71,415 transactions
31.22 vMB
0.08401326 BTC
Random Selection Loading Transactions
Max Size: 179.01/200 MB

Candidate Block

Mining Attempt 5329e5522511dd12a9fb00994f3a6b91615dabd381550299274b48ef18a44796
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root 734250328ecb3aa911cb065387de4df4dd348f9ff76b9f7523e2077124d68165
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,187
Size: 1.00 vMB
Total Fees: 0.02260722 BTC
Feerates: 150.93 > 2.27 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (382,758 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
532,186 532,186 0000000000000000000e634f75c91b3ca742fab073c8a4b84258a47356d9f0e3 2,957 1.00/1.00 vMB 17
532,185 532,185 00000000000000000031abafec26a67a284c79b4727c81116e89a79a032665bd 2,197 1.00/1.00 vMB 46
532,184 532,184 000000000000000000207eed8d5f578131adddf88b29288012fc280c21805c6c 2,747 1.00/1.00 vMB 22
532,183 532,183 0000000000000000002e16c8132dcdd765216f01cc8dcc72ea733c843b6778c9 2,666 1.00/1.00 vMB 19
532,182 532,182 00000000000000000022e3e7c6c6bfb44f73a14740f5f22c6fcd9f971b069329 2,339 1.00/1.00 vMB 52
532,181 532,181 00000000000000000017b44d778cee8e9bda0ca1a8adab5ac270f53b242c2fe6 2,435 1.00/1.00 vMB 11
532,180 532,180 0000000000000000001d071620a575af833867a7fa50cf2e0889a4e8badbe973 2,319 1.00/1.00 vMB 39
532,179 532,179 00000000000000000017857fa8f5f19c86112f34b3b9dedf85d5f831d6972da4 1,851 1.00/1.00 vMB 17
532,178 532,178 0000000000000000002f233ea4b6cfba120b9a1f3ad5d7b656715c6b03b5c9b1 2,293 1.00/1.00 vMB 20
532,177 532,177 0000000000000000000fa515c1b044965dc4df17b598aa9c96c1e699500f7a55 1,361 1.00/1.00 vMB 4
532,176 532,176 0000000000000000001708899c1111f0ad4dcef76ea8f90e299a6af075e4dcec 2,160 1.00/1.00 vMB 5
532,175 532,175 00000000000000000020894ddc08faaba61827e0f6ecbfdc3bfa7fab8632e5bc 1,676 0.76/1.00 vMB 33
532,174 532,174 00000000000000000013c4cff307cd0486a4f6a3cf98cc7e2c7fd8a14a406028 1,775 1.00/1.00 vMB 10
532,173 532,173 00000000000000000004b6439981b3742071c796dda2fbf76f5133eefd556bfd 1,545 1.00/1.00 vMB 27
532,172 532,172 00000000000000000020ebe682a6dca442dca16e0d13b1ff288bcf76977a9513 1,991 1.00/1.00 vMB 23
532,171 532,171 00000000000000000031df96eebcc8a569fd85e7be63e5db9a7adcec2b5208e5 1,843 1.00/1.00 vMB 12
532,170 532,170 000000000000000000204949a80f07edef73e3c3502e8c341ee88bf1365e6673 2,843 1.00/1.00 vMB 7
532,169 532,169 00000000000000000022114846bb83013d920199ff8f40fa5e112feb10b1dc8c 2,532 1.00/1.00 vMB 23
532,168 532,168 0000000000000000001eb85fd5a1b00ed0ddbab907ca5f63b0841ca3a622e9c3 2,744 1.00/1.00 vMB 24
532,167 532,167 0000000000000000000e0df08fe37a44423227593be7340f28b05092cabc3b15 2,118 1.00/1.00 vMB 26
532,166 532,166 00000000000000000025e67999a5d3d971d6f122092fad7b3a317f2a1781df7a 2,734 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.29 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: 657.09 GB
    • Received: 14.48 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.