Loading Tool

Explorer IconExplorer

Memory Pool

79,536 transactions
29.94 vMB
0.07106095 BTC
Random Selection Loading Transactions
Max Size: 183.37/200 MB

Candidate Block

Mining Attempt ddfab24abcf71ecd4b242ec639481722a05873f919d49ff4c6c00c471888bd97
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root 17afd03416513ae2b345c03ca08afff0748a50bad2c075119e46e1b17c63d115
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,635
Size: 1.00 vMB
Total Fees: 0.00467939 BTC
Feerates: 40.20 > 0.47 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (432,169 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
483,183 483,183 00000000000000000029b557cc5c1594c8acd6e66e766c61afaa74b4594db5e3 1,951 1.00/1.00 vMB 207
483,182 483,182 00000000000000000105c6e4fb53d70e0d0e251007503ddf616c096d3a0802f8 2,110 1.00/1.00 vMB 154
483,181 483,181 000000000000000000539dee258c8b147e3a4ede967cc55d773db0e74ddf3408 2,059 1.00/1.00 vMB 260
483,180 483,180 00000000000000000071306e14966032ebd68f7f618068fc960e689b0375eea8 2,161 1.00/1.00 vMB 215
483,179 483,179 0000000000000000002d4a308f24a4119f152ed06a1d329efa8158e04c5e02ab 2,274 1.00/1.00 vMB 171
483,178 483,178 0000000000000000008b3bfc588562716432160973c191c08922b5edc0561260 2,415 1.00/1.00 vMB 278
483,177 483,177 00000000000000000057c879aa202122a979548f222f95379b70342292e1c361 2,114 1.00/1.00 vMB 184
483,176 483,176 000000000000000000f4698f26465fd430aca766c7ed482fdc18c89b75e00639 2,188 1.00/1.00 vMB 103
483,175 483,175 000000000000000000fae420ce1e235e934b9eb725d6cae509786a08612b2d65 2,023 1.00/1.00 vMB 168
483,174 483,174 00000000000000000027a11aa3b5fa87489727704623acaa8d46575ec490cae7 2,496 1.00/1.00 vMB 373
483,173 483,173 000000000000000000f33fa6acd02faea05b7f5afaa7ae3c5c8deeb655a220fe 2,398 1.00/1.00 vMB 175
483,172 483,172 00000000000000000103c5600b1b99a22b23b834a710163c59192e236dc37a77 2,123 1.00/1.00 vMB 122
483,171 483,171 0000000000000000008b81eb5c043a4ce6fa30b6bd8c1e2a71ef79dac3d70fa1 2,152 1.00/1.00 vMB 331
483,170 483,170 0000000000000000004e5ff18d4eda1ec796770e5cd0287f9d319d9f49621d23 1,841 1.00/1.00 vMB 252
483,169 483,169 0000000000000000012bbb7f13957eee61f6e8d7423edc3d05f4c785701e2770 2,474 0.99/1.00 vMB 423
483,168 483,168 000000000000000001293aedf1c52d365b2a2fe5fd53618fbbd14a419633dbb2 2,140 1.00/1.00 vMB 194
483,167 483,167 00000000000000000125c47f8c96d90952410222ba9e5152594721fbdb4d0dce 2,125 0.99/1.00 vMB 315
483,166 483,166 000000000000000000505f5c12b51b946b2a1de55e093d0c7840912d58eaa4ad 1,914 0.99/1.00 vMB 247
483,165 483,165 0000000000000000003df8976fcecf136f93648604b86de14293bc0a313f958b 2,366 1.00/1.00 vMB 408
483,164 483,164 000000000000000000ff5272bf414b2fafa5f6596c0dc507d5db9a82bc1759dd 2,389 1.00/1.00 vMB 430
483,163 483,163 0000000000000000000f31e580d4ab02497ce475d321ac5bb2c0c9bc4a6287b1 1,710 1.00/1.00 vMB 261
Previous 10 blocks ↓
Total Size: 783.00 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.53 GB
    • Received: 17.91 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.