Loading Tool

Explorer IconExplorer

Memory Pool

77,406 transactions
28.44 vMB
0.09381895 BTC
Random Selection Loading Transactions
Max Size: 173.04/200 MB

Candidate Block

Mining Attempt 2d71ad0ee18ec24d7ffae785b1ad6cd4d1a050e2a92044f96e28e7701d717a6c
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 18224cf91469a5f84abf7a74d7292a41dce3570e8d55bedb49c00f4ad92f5372
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,947
Size: 1.00 vMB
Total Fees: 0.02994190 BTC
Feerates: 201.07 > 3.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (327,592 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
587,705 587,705 0000000000000000000a5c69a84f057bedad0240e692a40db9ff3e906835f6e8 2,134 1.00/1.00 vMB 33
587,704 587,704 0000000000000000001a68f9c970b51146b5f62cb265d932e856104e4636b91c 1,116 0.36/1.00 vMB 28
587,703 587,703 0000000000000000001c38387c9b285f0704db0b8534fa8b0b52e9fbe38ce88c 474 0.14/1.00 vMB 9
587,702 587,702 00000000000000000017c07c0fb8a3981b5910f5df6484f16a2369d3e77831e8 2,972 1.00/1.00 vMB 13
587,701 587,701 000000000000000000064677401727dbd68dbfd2a944d8f92cf919a24b42da05 2,863 1.00/1.00 vMB 43
587,700 587,700 00000000000000000017204344ee7e551388ef303232d0e2878f11fea7d10b58 2,218 1.00/1.00 vMB 36
587,699 587,699 0000000000000000001465cb48bd9f9be191ae8016c31e319a80fb79f97b9077 303 0.31/1.00 vMB 10
587,698 587,698 0000000000000000000b00625e094728ee201907c5da586a53eb717612d6ef1b 1,521 0.55/1.00 vMB 22
587,697 587,697 000000000000000000151b9cf910113a2b47f5bf3ed5b8f865cacf02e4dbd2b8 3,078 1.00/1.00 vMB 21
587,696 587,696 0000000000000000001b861d2c6c3717e43ecd401c2851dbf71b87c1ec4ec161 2,675 1.00/1.00 vMB 5
587,695 587,695 0000000000000000001f10841beac481b80020efa92a3105599110f5808a6211 2,920 1.00/1.00 vMB 33
587,694 587,694 00000000000000000013922307a939e32f33727b8f77911532829bda2a979ec7 2,809 1.00/1.00 vMB 43
587,693 587,693 00000000000000000015c0bc3066492996a7cc1a503a68c92f48a9f9bac7dbfd 2,054 0.70/1.00 vMB 28
587,692 587,692 00000000000000000002051f586ea8fe88ebeccd577f7b0bb139c56dc5d39cee 2,801 0.86/1.00 vMB 23
587,691 587,691 0000000000000000001b4d5ff0dc95073a2661d122f091a3903b2eb3d6013212 3,326 1.00/1.00 vMB 24
587,690 587,690 000000000000000000197f8dc9153cfef85374dc16cee78f6e50f33b1c950066 1,694 0.54/1.00 vMB 9
587,689 587,689 0000000000000000001b46cbfd9b376aff30bc9faa81a1111047fd7b65e1732e 3,366 1.00/1.00 vMB 31
587,688 587,688 000000000000000000157bdcb503b2c9c9fc39d870551e371471c7b1d760032e 2,845 0.87/1.00 vMB 21
587,687 587,687 0000000000000000001e79abac05acdaf9845bde7236ba741a2d85c266c1a2d3 1,690 0.55/1.00 vMB 18
587,686 587,686 0000000000000000000a93dc861212503d733fd736a1d33c5ba3e6fb1c541a26 1,977 0.99/1.00 vMB 10
587,685 587,685 0000000000000000000f172337aba949edfe2dbdf6dc76715ba440324b766cc2 2,432 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.90 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: 713.73 GB
    • Received: 17.45 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.