Loading Tool

Explorer IconExplorer

Memory Pool

72,951 transactions
28.17 vMB
0.07250714 BTC
Random Selection Loading Transactions
Max Size: 166.76/200 MB

Candidate Block

Mining Attempt d02e9639b359ac43185adf5a059473b0d188f9527bff5a82f0cf30b57729844f
Version 20000000
Previous Block 00000000000000000000bd4ee2b85ebdeedc5960d897199cff187ab220c742f0
Merkle Root 2a3e70f1ac64033815e89d1dfb7a1a95ee4fa7d63a092c123b9dff74ebf186cc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,133
Size: 1.00 vMB
Total Fees: 0.01614939 BTC
Feerates: 157.46 > 1.62 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,036 (434,996 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
480,040 480,040 000000000000000000daa511c8f460fbf50a2dc96ba0c251a14000e796cbd0de 2,116 1.00/1.00 vMB 145
480,039 480,039 0000000000000000010adf493212dffc5a050290ad88b98da6b322d78b544097 1,928 1.00/1.00 vMB 191
480,038 480,038 0000000000000000001cd6332078a2497292d685894ea940dcb594702970fc65 1,879 1.00/1.00 vMB 179
480,037 480,037 0000000000000000002d50afa02f4eb4f27102f355073732d9e62d2f60b3ffea 1,620 1.00/1.00 vMB 177
480,036 480,036 0000000000000000007230ccf310546803dd67408e91a4e33182be2486c7273e 1,943 1.00/1.00 vMB 169
480,035 480,035 000000000000000000dcf83f7a3c0bc13b18626ea859bb38f9fcc86992f9cfa2 1,817 1.00/1.00 vMB 167
480,034 480,034 00000000000000000119f484c07e961c1a5d2ae00e8fbaa74128b0b297c4e732 2,053 1.00/1.00 vMB 204
480,033 480,033 000000000000000000d054eb3d6d1376221391166943de3e26226bf6746f344f 1,445 1.00/1.00 vMB 192
480,032 480,032 00000000000000000002560c174bb262db89ccfa3cf4d0231d849aa544681b99 2,131 1.00/1.00 vMB 206
480,031 480,031 00000000000000000045f85f40ff90cff66286e47d27fbf582fb87bd27f13deb 2,094 1.00/1.00 vMB 185
480,030 480,030 000000000000000000d1001fbbf41ac9f02d4035048232c0abe56082d7e6058a 2,013 1.00/1.00 vMB 209
480,029 480,029 0000000000000000007b25ae6ea6a51d0049667dee42f08a0d59cc472fea2a2a 1,361 1.00/1.00 vMB 217
480,028 480,028 000000000000000001196166db648257eae5a263aad0e6db160e238cdf6b1d7a 1,657 1.00/1.00 vMB 226
480,027 480,027 0000000000000000008a86386f8e74f3a15e35aa5d4e51c184b17fff779a05f5 2,065 1.00/1.00 vMB 195
480,026 480,026 000000000000000000b3688a896fa4009a3a69d243958bf4d89b3301da49c4c3 1 0.00/1.00 vMB 0
480,025 480,025 00000000000000000120f785ef595beb1b11e702c29b78085e889ddc1e0a1d47 1,888 1.00/1.00 vMB 202
480,024 480,024 000000000000000000e6593b9e24191116acdd3ecb5604d7b9ed97ced9e44b80 1,973 1.00/1.00 vMB 101
480,023 480,023 000000000000000000f16ad945616cb6b994e5d86ea21e31b9ccca03749b40d4 2,085 1.00/1.00 vMB 138
480,022 480,022 000000000000000000fdc2d536f922b14c498edbc1cc8dd83d5f181bc3d4be66 2,125 1.00/1.00 vMB 155
480,021 480,021 00000000000000000034c0654ae4534ce8f5bebe78a56e42121e47c40121eb86 1,751 1.00/1.00 vMB 128
480,020 480,020 000000000000000001079d6d52836f229ef40b2da8014669edbf0e7093070a7d 1,745 1.00/1.00 vMB 153
Previous 10 blocks ↓
Total Size: 782.45 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: 667.52 GB
    • Received: 15.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.