Loading Tool

Explorer IconExplorer

Memory Pool

72,981 transactions
28.19 vMB
0.07287025 BTC
Random Selection Loading Transactions
Max Size: 166.81/200 MB

Candidate Block

Mining Attempt 6a00bfff0348c4621f1a35c1a8fe9d8f62d72541d2ae449bb7807631ac3eecd8
Version 20000000
Previous Block 00000000000000000000bd4ee2b85ebdeedc5960d897199cff187ab220c742f0
Merkle Root cd3f1a0870a144d4b6cc8c377f9c51ea483a4e0e0fee7d02cd7047dd8581097a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,073
Size: 1.00 vMB
Total Fees: 0.01641764 BTC
Feerates: 157.46 > 1.65 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,036 (679,402 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
235,634 235,634 000000000000002a31ba29f9372fb73bb6b8f51b1a3d04ffbdc924e4270e7ee7 739 0.25/1.00 vMB 206
235,633 235,633 0000000000000020c91c42300931baabc6870884fcd833bc88af0ce843fcff2d 565 0.25/1.00 vMB 192
235,632 235,632 00000000000001358fae9cd232720e6493e1f9521c263f9f550389011a69b68d 162 0.07/1.00 vMB 5
235,631 235,631 0000000000000093b3fddb9370a532a92faa775b41a8f43af4af8c2d5ebf4c8c 198 0.13/1.00 vMB 112
235,630 235,630 0000000000000151b3408be00b748600509057b83f6aa534e3045c1bf0121330 535 0.25/1.00 vMB 199
235,629 235,629 0000000000000096f2f2c3528c03da8f5b000473103852bc2b738da89406ef5a 138 0.15/1.00 vMB 16
235,628 235,628 0000000000000142b5165c2a5c74cf0f2d3a0b057d27f39957df40ac6c8988d3 579 0.24/1.00 vMB 191
235,627 235,627 00000000000000935e8ce81525cae76d75f981f11fc37cb6d303ac236c8320b5 619 0.36/1.00 vMB 151
235,626 235,626 000000000000008a9070867c0a36552126348dc8d60086b7ae02f2576699501e 245 0.10/1.00 vMB 205
235,625 235,625 000000000000006ca1db34fd4f66aa42a4eb4565cfcece102a58ba4a012a0575 279 0.11/1.00 vMB 192
235,624 235,624 00000000000000adb34cd836699c373432c1a1d1f5d89a836929d8b63ac60d3e 244 0.11/1.00 vMB 177
235,623 235,623 00000000000000cfe679668e5453191d9be70cbc1a720073fe4c3715eeaa3633 246 0.25/1.00 vMB 72
235,622 235,622 00000000000000c1237c23ae76e9cc44e3868c6a3037a0e04ec0f4585f2efa9e 949 0.44/1.00 vMB 179
235,621 235,621 0000000000000157ff47bb84f315b9d19e53a42ab2babccd77404bf4862a31a1 460 0.25/1.00 vMB 188
235,620 235,620 00000000000000fced76db525891d3726f3f84d25e977e3ee133c96066709ddc 162 0.07/1.00 vMB 35
235,619 235,619 000000000000001be609739ede9aedc3113ab222312d4160d39a66bbbf3ec52b 632 0.24/1.00 vMB 197
235,618 235,618 000000000000013a1452fe9702d9ea0c9b4dc76ad4e51ae9d41a9275467abc77 282 0.17/1.00 vMB 131
235,617 235,617 00000000000000e4c33b474e3604886e40c3f044a3d3b37ff11ac27d3b6f77f8 478 0.21/1.00 vMB 178
235,616 235,616 000000000000005513829034012e2887d2ecc5379f10b345e88824fce720d7d3 603 0.30/1.00 vMB 178
235,615 235,615 0000000000000012089a295ef560ea259f9a4e47ab3a70a034752d8eab027a6b 620 0.25/1.00 vMB 205
235,614 235,614 000000000000011f1913eb11371655d14440b81064a1a8f4cb2ec72c0de2e70a 383 0.18/1.00 vMB 162
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.