Loading Tool

Explorer IconExplorer

Memory Pool

46,154 transactions
28.16 vMB
0.07440408 BTC
Random Selection Loading Transactions
Max Size: 149.04/200 MB

Candidate Block

Mining Attempt 13e41d5850b4cfaa559449e2906e777331a2b25d26f737f361e06ba802c70346
Version 20000000
Previous Block 00000000000000000000958de36f69a7b169bf6b7f7790576bb3bc365e342bfa
Merkle Root e3f4e08dbdeb678b4867be923b79ae920960f42c11e02d702122cc09f192eb24
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,863
Size: 1.00 vMB
Total Fees: 0.02019937 BTC
Feerates: 101.53 > 2.02 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,937 (157,574 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
757,363 757,363 00000000000000000008f73d6ecdc3117e1f62bae98197a6484f4df25d7380bf 2,142 0.80/1.00 vMB 7
757,362 757,362 000000000000000000042e4d0ca322f3af5e39f8750b05d694e85d1900239c11 561 0.17/1.00 vMB 8
757,361 757,361 00000000000000000002496aef5eee7c5de6a1587f0cce00649760bf98151e4c 461 0.25/1.00 vMB 7
757,360 757,360 00000000000000000006bb4943fba20d172090ed9c7616d0636f7ee2a537a9d9 2,611 0.90/1.00 vMB 6
757,359 757,359 0000000000000000000425ece7c0c7157ff12173beefe9e6a1a311f988f55598 3,046 1.00/1.00 vMB 14
757,358 757,358 00000000000000000007f857a91042f24e83577b70e9953c5f743e5f0b1f3023 2,557 0.96/1.00 vMB 6
757,357 757,357 0000000000000000000020a9fbdba9fd2f687fb588bdc661a9ad2f126d8899d2 1,384 1.00/1.00 vMB 9
757,356 757,356 000000000000000000007b99f7c947cdfc706ced88cb94c38982bcf16837e2c6 2,057 0.90/1.00 vMB 4
757,355 757,355 000000000000000000043d9c7999d27411c100f4aa42a38574122c7c7eab8b91 3,139 1.00/1.00 vMB 12
757,354 757,354 000000000000000000058ae34d3ad49a5e9baea416b49e8394e514c78bd6ef81 1,530 0.46/1.00 vMB 9
757,353 757,353 00000000000000000006ced81593e80316441d72e80dc327af4d1f0bb9241f2f 2,473 0.87/1.00 vMB 7
757,352 757,352 0000000000000000000752658a915fe267e51f3396a5b1f49444a14b25dc7ff7 1,565 0.94/1.00 vMB 3
757,351 757,351 000000000000000000013916bfd592d960e59b44530a0baf6e4764ec63f5e26c 2,254 1.00/1.00 vMB 7
757,350 757,350 00000000000000000000cbacf6fc6721873703a68c2e297b7b1cb20e5b057bed 3,249 1.00/1.00 vMB 9
757,349 757,349 000000000000000000050854c02b289764083a7fdc1926cc9a2d3c809ec93ad8 3,270 1.00/1.00 vMB 10
757,348 757,348 00000000000000000002457a7d6d5e46f8255de29e65bb7c855e88c5e1661eaa 3,058 1.00/1.00 vMB 14
757,347 757,347 00000000000000000000cd8e127ab7c30679d1c4f927168b7d893a319495a657 1,986 1.00/1.00 vMB 6
757,346 757,346 000000000000000000049c923db6ce265ee4f9a96df6a1fb0a2342ace8d0ccab 1,918 1.00/1.00 vMB 10
757,345 757,345 00000000000000000005c9d697d614bea9096a6d5487153414fedbe3db53de1a 2,937 1.00/1.00 vMB 9
757,344 757,344 000000000000000000054a1cbdf79e19d9185ab83bc0adf8670009af1071fd62 2,754 0.99/1.00 vMB 8
757,343 757,343 000000000000000000086a9f14c8b78180b758d0e13420645f2110e88bcf70ea 245 0.14/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.28 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: 656.74 GB
    • Received: 14.43 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.