Loading Tool

Explorer IconExplorer

Memory Pool

81,263 transactions
31.15 vMB
0.09244720 BTC
Random Selection Loading Transactions
Max Size: 187.91/200 MB

Candidate Block

Mining Attempt 5a69eda6ffa47932b4c8d826fe40e2b12f83a55a8e0c8af3ec12c101ac3e460b
Version 20000000
Previous Block 000000000000000000016d1b89e6b899f157320615453ebe26621a27c676cfef
Merkle Root 8d214a8f30e10f7023d1f1c8f9278ce4acf6f4adfa2c0a2aea62d7350e32ee81
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,483
Size: 1.00 vMB
Total Fees: 0.01952981 BTC
Feerates: 45.88 > 1.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,356 (461,172 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
454,184 454,184 0000000000000000017b911c332a70089f1260569905c2fd1dda46fc35272f58 1,552 1.00/1.00 vMB 116
454,183 454,183 000000000000000001dcab3c9961dcaff81e21851acf28c79bffc1e5b645e073 571 1.00/1.00 vMB 83
454,182 454,182 0000000000000000025485c6a58ecde13772bb9438b9693908736083c1028992 1,964 1.00/1.00 vMB 139
454,181 454,181 0000000000000000009f3c658f72ad7abc0d52e6ab0b13f33881f761009a2afa 2,024 1.00/1.00 vMB 142
454,180 454,180 000000000000000001bc619185c3bccf2c8894382c59ba4c76867b3215f53a72 1,639 1.00/1.00 vMB 95
454,179 454,179 0000000000000000004c6bc2f9a89c414217421a31cee7fbac6ff1fe8dc38922 519 1.00/1.00 vMB 87
454,178 454,178 0000000000000000025136ddd4cf47907473478b45482f78d6bca1761df967e0 1,003 1.00/1.00 vMB 130
454,177 454,177 000000000000000001d01607ad2c9a5cc647f18dce1f064e2df9a6d1c12352f1 247 1.00/1.00 vMB 77
454,176 454,176 000000000000000001841b357586393707a0326a61622b43b18069d9b241c81a 1,598 1.00/1.00 vMB 99
454,175 454,175 000000000000000001b25b94dd4d628b9de046e26b53c9786be5b9a52683662f 1,842 1.00/1.00 vMB 96
454,174 454,174 000000000000000002313a8e4eec1d7b597e41d22d5347bcbc3429b7155bd4f5 1,197 1.00/1.00 vMB 97
454,173 454,173 0000000000000000010e5ace3626873b43458d9055d184dca30f081ebd702424 1,611 1.00/1.00 vMB 84
454,172 454,172 00000000000000000110e09d7f6fb5b4bb06cbed462f32b282f900639c8eaf33 2,216 1.00/1.00 vMB 139
454,171 454,171 0000000000000000014f1e436f5daf530c6e6810713bf1270c64d0237ed2062d 1,317 1.00/1.00 vMB 164
454,170 454,170 000000000000000001faa369d755bcbacb971f2807cec957e495ebce8e8b9bb5 1,497 1.00/1.00 vMB 111
454,169 454,169 0000000000000000027e2ed23fcca3fcbd895567c616a4e9190203be09a73a9d 2,155 1.00/1.00 vMB 163
454,168 454,168 000000000000000000620897447da831fe6046bfc062f1f5ce9100c1f7ee851d 1,442 1.00/1.00 vMB 119
454,167 454,167 00000000000000000095d70067c6bdcda55024fcf43b2b629ecc3214fbe8a681 1,625 1.00/1.00 vMB 105
454,166 454,166 00000000000000000095237aea75f7c762c9b69ef23b0d0acfb3fc27699b760d 1,788 1.00/1.00 vMB 152
454,165 454,165 000000000000000000351fac2df364687b51899896740583f50a70765e5926cd 2,215 1.00/1.00 vMB 169
454,164 454,164 000000000000000002480d7f8865e433cf54b2439f97aa7a338ca792f55b784f 2,075 1.00/1.00 vMB 187
Previous 10 blocks ↓
Total Size: 783.01 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: 718.88 GB
    • Received: 17.98 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.