Loading Tool

Explorer IconExplorer

Memory Pool

23,531 transactions
10.53 vMB
0.05782625 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.18/200 MB

Candidate Block

Mining Attempt 5f8851ff6198873d83e523abdd3629945844cf2da55cc78fb9558651195a05c0
Version 20000000
Previous Block 00000000000000000000eaa7b994c149971c708bd50f02ccdb989d396103d993
Merkle Root 9847756ba2416b9d12ea39cca9cf454e39fd790c91c2639def2c87589d1e2ef7
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,433
Size: 1.00 vMB
Total Fees: 0.04047541 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,534 (662,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
251,190 251,190 00000000000000598edbe2c5589ba12ff7c99c067865335a6844e8efbb21664c 209 0.10 vMB 96
251,189 251,189 0000000000000016d99bad8185c51da4ab23276e3b0ef00241c6872800abdfb0 256 0.12 vMB 74
251,188 251,188 00000000000000171d7c4e7e484313575f468a978ae567725264a0d825a5b35e 67 0.03 vMB 111
251,187 251,187 0000000000000039aab4aeb5c4eeea8aae30e50fa8a54434a4e4aa51f81a8a29 202 0.09 vMB 79
251,186 251,186 0000000000000035c1c652b52b94140f9e71def0324ea5bf782fda90b4264036 388 0.14 vMB 180
251,185 251,185 0000000000000001a61f82fee57cab95f7ef2800a082b1949b530bdc4346d9cb 347 0.14 vMB 86
251,184 251,184 00000000000000712cff478f99f90e156e453f506f4a1ea7a28127b46098ea52 128 0.08 vMB 33
251,183 251,183 000000000000002c6067bc53f617f3e4aa9d684530388a828c0547fab865b32f 163 0.06 vMB 132
251,182 251,182 00000000000000112bf3d01ea7f4209cb4e3366498b7fcbbbfe4f66b6ea8c699 285 0.12 vMB 113
251,181 251,181 000000000000001cd1a8b1fb555b399a47ccb5b4c312c11b573ac5230e0d86e4 28 0.01 vMB 51
251,180 251,180 000000000000004d8a953fd3ce48c12f88c5e266b72aa816332e45a740fc377d 512 0.21 vMB 94
251,179 251,179 0000000000000027cdc4ea5be998e1fb180c5627dd834f6e91a6445457e6d75b 294 0.12 vMB 161
251,178 251,178 000000000000003c363745b97dc1835413928bf78bbe84fafefa525cec3b6564 573 0.24 vMB 99
251,177 251,177 0000000000000032ba928d9c040e1a5a5b96ec1053c3a893f014187eb122f1d6 36 0.02 vMB 63
251,176 251,176 000000000000002aa97122fa41b0cceb329a7f4c1444be1de4ced8d5fe4608f2 185 0.10 vMB 67
251,175 251,175 0000000000000066d92cecf46b1cb00b81a81d88252383a754b94a7b1a48a7c2 413 0.16 vMB 107
251,174 251,174 00000000000000070367a49767a3ee665788e4e5c18644b220113da091319cc8 399 0.17 vMB 108
251,173 251,173 0000000000000068358b92448e6553ed6b79c2196e4885fc19fa0a0175954e02 408 0.22 vMB 92
251,172 251,172 00000000000000256a7b81a8c06d9ed4407e368e8c197c9025b43ccd0fc10336 712 0.25 vMB 129
251,171 251,171 000000000000006698e6326f9953b149ee45fe7c7a4519e29201d853bd2d6412 140 0.06 vMB 149
251,170 251,170 00000000000000010669551b12ba7606541ed04d9bceb85d673fa7e2597f2f44 521 0.24 vMB 79
Previous 10 blocks ↓
Total Size: 779.79 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 109
    • Outgoing: 10
  • Data Transfer:
    • Sent: 404.14 GB
    • Received: 2.10 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.