Loading Tool

Explorer IconExplorer

Memory Pool

17,208 transactions
10.65 vMB
0.03290876 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.37/200 MB

Candidate Block

Mining Attempt c0df91104d57e6c4757656bbf10586233fc062342cbd2f9006f28db2e99bfe59
Version 20000000
Previous Block 000000000000000000019daf10f895a4a04ae290afc99a1e18acad509f452035
Merkle Root a26ec6b1f5b0347a6938c7a1f022bd777b33589346a5801e51c3e42ef8107f97
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,957
Size: 0.99799175 1.00 vMB
Total Fees: 0.01630342 BTC
Feerates: 150.77 > 1.63 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,787 (717,148 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
196,639 196,639 00000000000005fa5e3afef057a7bea71667bb4055f2b1277c3606c8c73efc58 203 0.08/1.00 vMB 130
196,638 196,638 000000000000008a26a57605f3c8e57944b4fb951a2162440d5d8de9f310c5f8 633 0.25/1.00 vMB 182
196,637 196,637 00000000000005b3bce721d9eb9e955dd78417336e66b0c91b2afc27f30c7ebc 339 0.10/1.00 vMB 215
196,636 196,636 000000000000029f299c4cd2c940261a970d91974818849ff7e36e106c990a3b 160 0.06/1.00 vMB 166
196,635 196,635 00000000000002e582d4146c0b0174765dc47a0fbd3884643411de33d3501297 258 0.13/1.00 vMB 83
196,634 196,634 00000000000005843c391cb0874716419b25ddfce2fdc1d571cfb8a1bfb7bb05 58 0.03/1.00 vMB 98
196,633 196,633 00000000000006b2a2d726fc56bce15cb1ef6365ccfc4c96c885fb67dedfb458 431 0.15/1.00 vMB 266
196,632 196,632 000000000000011a412f9d4a0ddbbb700f35b99c1f6915b811ef7b47ff24ec64 302 0.10/1.00 vMB 227
196,631 196,631 000000000000047a3894ac11e2956bc2e818137697372217ba523616dfefb71a 150 0.05/1.00 vMB 163
196,630 196,630 00000000000006773410f8f20aedc443cf7ed5b1d1fb9517af20b1d82019a176 478 0.25/1.00 vMB 134
196,629 196,629 00000000000002fdca89b5faa196d72273270ee99d27b9cb455cad58c6dabad0 1 0.00/1.00 vMB 0
196,628 196,628 00000000000002e825143916b5973a1c31bd0cffeb375451d461026440a81297 21 0.01/1.00 vMB 95
196,627 196,627 000000000000048d8544867813639aaf38753cfc21f472ceb95f295a781ed29d 127 0.05/1.00 vMB 120
196,626 196,626 000000000000058e9e8e62150c90d82af698e9eb312c3412257ba3d83b3ef3b4 180 0.08/1.00 vMB 121
196,625 196,625 000000000000064e4de57ec8009dd8c3f7c9bdf1c771f984bfee17280d23ec0c 10 0.00/1.00 vMB 15
196,624 196,624 000000000000047725d7f8755d4b9bb36a07a5281f5acfa1174cb6c2a8fbdf93 123 0.05/1.00 vMB 50
196,623 196,623 00000000000005c5c3cd60eb221dab591658224ee3c4178754c8d9bef62b51ce 328 0.14/1.00 vMB 152
196,622 196,622 00000000000003623b1c639fb7df06e79f799e5e98a54cadb3b808d870113cfa 500 0.24/1.00 vMB 107
196,621 196,621 00000000000001a6a3170d0cf4b2fef53c0b1f8c6631cc03348b080f3dd300f3 12 0.00/1.00 vMB 27
196,620 196,620 000000000000007f46ba5989ff34a70dd5e4a51286cca425e6f947997ea71fd9 374 0.13/1.00 vMB 155
196,619 196,619 000000000000005a4970cc24a36ccb3c1e41e7fecc716ee81cdfe07d6ccedb94 497 0.22/1.00 vMB 164
Previous 10 blocks ↓
Total Size: 780.25 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: 512.97 GB
    • Received: 4.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.