Loading Tool

Explorer IconExplorer

Memory Pool

82,659 transactions
30.45 vMB
0.09868389 BTC
Random Selection Loading Transactions
Max Size: 183.41/200 MB

Candidate Block

Mining Attempt 1f6cdaeb1ed78f900afacd1173fcb8acc9e29309aa241e5443fc52e1a53ec5be
Version 20000000
Previous Block 000000000000000000005ca632d69633021cee09eb0a1dc73d46b978a1e9df69
Merkle Root 7b8f120f8a08c4fb091fe6faed4072d3436b205af75125f6ed982b4efa2bc317
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,837
Size: 1.00 vMB
Total Fees: 0.03403795 BTC
Feerates: 454.44 > 3.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,985 (120,529 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
794,456 794,456 00000000000000000003a92d5ebf07b08c4484ae097ab992f27ff685d4be76fc 2,672 1.00/1.00 vMB 27
794,455 794,455 00000000000000000001c8481a1f26c6bbb41f7ea8a41456f223ebb78903c73d 3,343 1.00/1.00 vMB 22
794,454 794,454 0000000000000000000182595580d23d3f0a48990fb1e6ff7a0c106dc22dd54a 2,465 1.00/1.00 vMB 13
794,453 794,453 0000000000000000000174f866078085f6e1d614f4af9278bdbeb0b90e44a7cb 3,074 1.00/1.00 vMB 22
794,452 794,452 000000000000000000005f0cb3d75d88c6f927934682a3d473fbf01deaa40282 3,185 1.00/1.00 vMB 31
794,451 794,451 000000000000000000039334c8c5a755f027f4a767f93d3ecb3940fc55f96925 2,916 1.00/1.00 vMB 29
794,450 794,450 000000000000000000029989a6aad0a07de9aa1ad2a63c5d89c562c4156d00dd 3,126 1.00/1.00 vMB 20
794,449 794,449 0000000000000000000532f1580a56b79173b7ed31ae48ead7fe1a65e6e6bda7 2,529 1.00/1.00 vMB 21
794,448 794,448 00000000000000000001ae4b5eee66f984da0f4828d6a47c872bc35e73728598 3,230 1.00/1.00 vMB 36
794,447 794,447 0000000000000000000435885aba2fb2dd9a8dc3c2c8b6ae75ed213262f42b40 2,947 1.00/1.00 vMB 30
794,446 794,446 00000000000000000004731831bbc9549afc37fec378a2cc4d87f1b5f5833336 3,225 1.00/1.00 vMB 33
794,445 794,445 000000000000000000039c0178a12d26a8adf2e4742b82d019339ff4f43966b5 3,274 1.00/1.00 vMB 46
794,444 794,444 000000000000000000036fbe6591fba3e80d39848bfaf4c9a41da5e878230414 2,451 1.00/1.00 vMB 22
794,443 794,443 000000000000000000051f8c4fef3e8bfacc880d21abd6365acee17a059aae02 3,065 1.00/1.00 vMB 24
794,442 794,442 00000000000000000000484a45480eb3391dfe9dde11b4f890793e124149b40b 2,459 1.00/1.00 vMB 32
794,441 794,441 000000000000000000001bcbf25546d6073411dcd2971a93b153a5225ecba7f1 1,323 1.00/1.00 vMB 19
794,440 794,440 00000000000000000003bac4e577133aef7c1e46c4be56e35fb39ee9a5b7ff7d 2,993 1.00/1.00 vMB 30
794,439 794,439 00000000000000000001f02365140c2d8c90c951c0a6a79f91e9cbcaad4eeddc 3,486 1.00/1.00 vMB 41
794,438 794,438 000000000000000000002f44ee4275d48cd3b3f63eda2ee8053024a499a6294f 6,197 1.00/1.00 vMB 12
794,437 794,437 00000000000000000002790409fa3f3ef1b82553e1cd7adecf65b284065fbbb7 2,188 1.00/1.00 vMB 13
794,436 794,436 00000000000000000000370ac7da73990602687f46ba9799f52aefcccc5cc41b 3,345 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.37 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: 663.36 GB
    • Received: 14.90 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.