Loading Tool

Explorer IconExplorer

Memory Pool

30,856 transactions
18.35 vMB
0.04516275 BTC
Random Selection Loading Transactions
Max Size: 97.75/200 MB

Candidate Block

Mining Attempt c9fa9e5f8a7c3ad458792c0ee2b0dc38af53d0bf2c19ccdd810cace9c96a8ba7
Version 20000000
Previous Block 000000000000000000000913b586ff4b98280e4d2f8ef7b82d501c3bf4364bd5
Merkle Root c48bb8c321352a4ec0918cdb9bc0f622b43e995fbc89a4678227bb6a8b23eb3d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,045
Size: 1.00 vMB
Total Fees: 0.01057822 BTC
Feerates: 52.28 > 1.06 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,129 (699,872 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
214,257 214,257 0000000000000374b1f2c6f288e77736fffd1f013cea7eaa05dadcd8d44d37ef 379 0.24/1.00 vMB 138
214,256 214,256 0000000000000351efec3daa0f9de477528d6d60d4ea12dbb6c648b81de079c5 430 0.23/1.00 vMB 167
214,255 214,255 00000000000001059b8d7edfa919d5b74d824519745fdf1161fa9a082ec1a080 111 0.05/1.00 vMB 135
214,254 214,254 0000000000000593c56e1dd65ab4ecdfa0bce02109a252c8fedaa07f6d1683ac 546 0.25/1.00 vMB 202
214,253 214,253 00000000000002949d5afc1e91ce33f557c4cde996ec0f41f8814d59a2689bea 344 0.19/1.00 vMB 174
214,252 214,252 00000000000004f4bca80154d0677af1c72aadbb7857011645c210d279bb6910 743 0.25/1.00 vMB 447
214,251 214,251 00000000000004d69f6ccda7bdb7f1f75a720d23148f3d491b152dd749dd2897 256 0.16/1.00 vMB 204
214,250 214,250 0000000000000561793f5ba8afdeb73e1bb1a66053283ccf82c3e7aa3d13a2f8 908 0.33/1.00 vMB 258
214,249 214,249 00000000000003d61c7339361ee9d6a18c195e5ee3d017bd3c35101b67201a62 741 0.31/1.00 vMB 163
214,248 214,248 00000000000003248bd1c57ecd854521b7667ba5dd8adf9f24e34d6ed73eb089 10 0.00/1.00 vMB 15
214,247 214,247 0000000000000522dcfeb65ec68a9f958245c1cde6a6b11e7265f0b078fe5ca0 449 0.24/1.00 vMB 157
214,246 214,246 000000000000052b85549c6389eebc51863346a5461a7925d463a4ae715088cb 36 0.02/1.00 vMB 109
214,245 214,245 00000000000001a41da875c573e1f5350aac8d293b679444af74116b41521dde 425 0.14/1.00 vMB 188
214,244 214,244 000000000000029987233dfc120ce416986aa35e579fe998e77a258203ecb4eb 673 0.25/1.00 vMB 255
214,243 214,243 00000000000000d9c7f1caf94ea255246c8332d8605068f4f05c0adc89bad17a 849 0.26/1.00 vMB 197
214,242 214,242 00000000000000f6682a513771e9f4bd2988030c905e06fc8db47c941fe50725 1,250 0.49/1.00 vMB 144
214,241 214,241 000000000000027b74ca8c9e19b5a54fbd53871020402589470b2e2b789703b6 29 0.01/1.00 vMB 1,309
214,240 214,240 000000000000036766ae2a4fe8c513838896af3b8e6bce3cc0a09e8a41be0947 1,018 0.25/1.00 vMB 265
214,239 214,239 000000000000039fe36cc3759318dd660b542d11ca1d3641595241d7b9073f5c 388 0.25/1.00 vMB 140
214,238 214,238 0000000000000323d1ffec72b370f0ea60a32ef0c85b6f28423f3b5cc5a0b6d6 223 0.13/1.00 vMB 146
214,237 214,237 00000000000003e5a0352942f62c9b42b16472522134617263f2cfb4581cf371 318 0.25/1.00 vMB 135
Previous 10 blocks ↓
Total Size: 780.83 GB

Node Details:

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