Loading Tool

Explorer IconExplorer

Memory Pool

78,727 transactions
29.07 vMB
0.09870657 BTC
Random Selection Loading Transactions
Max Size: 176.36/200 MB

Candidate Block

Mining Attempt 84a02597bd135999a5c309cccfa7e0bb5bc679a34b7423a048e291a82fa4a125
Version 20000000
Previous Block 00000000000000000001b1838b6a5a4a957646894043843182780c2fbbc032ab
Merkle Root d3cf18f3be9bcdbaf7337e3435736c98cb1aa1a492857aa8841f1f1201aef352
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,542
Size: 1.00 vMB
Total Fees: 0.03796063 BTC
Feerates: 137.15 > 3.80 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,113 (49,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
865,700 865,700 00000000000000000002a82a6dee77c45ecd5a072a6ad9fe31d818ff62f0d16b 3,847 1.00/1.00 vMB 9
865,699 865,699 00000000000000000000e7a78ccc708a62c6e04e8a4b5ef3bf4abd7a4c1b5b10 4,652 1.00/1.00 vMB 9
865,698 865,698 000000000000000000012bc4e973e18e17b9980ba5b6fe545a5f05e0e222828c 4,218 1.00/1.00 vMB 11
865,697 865,697 0000000000000000000135e8b5214c6de06ad988280816ce0daa1d92317c4904 5,040 1.00/1.00 vMB 6
865,696 865,696 000000000000000000001a3f4cf8f25828103724543cfb6d86dce1faa3546a29 2,533 1.00/1.00 vMB 12
865,695 865,695 00000000000000000001a9c261f6ee1f1cd9f3cd9a2c756a6d787870edf766ba 1,904 1.00/1.00 vMB 7
865,694 865,694 00000000000000000001665954d974a01c07e95f6c3c15285ec0bbf7a13150e5 1,864 1.00/1.00 vMB 8
865,693 865,693 000000000000000000011970ce2b045e979b931d98cc5e325424532171102d16 3,356 1.00/1.00 vMB 12
865,692 865,692 000000000000000000006be880cf94bc91d07fe99c2d0afe4288c86d4cf38274 2,373 1.00/1.00 vMB 10
865,691 865,691 00000000000000000000251970e6c9859add574af7766557c60e4add6a30e7bf 2,506 1.00/1.00 vMB 25
865,690 865,690 00000000000000000001e1e94fe813aeeb2f514a04eeac7bc21ee4a4917eb2b4 2,680 1.00/1.00 vMB 24
865,689 865,689 000000000000000000020c84f82f70cef5793aa01b45eb7d1a96b06224592ab3 2,921 1.00/1.00 vMB 13
865,688 865,688 0000000000000000000129b6b69d2a96ba656b8f56c77810c7611c642926698b 3,187 1.00/1.00 vMB 9
865,687 865,687 0000000000000000000020d59f31cc99f4fbef2a70ca469c34a04bd1e31d113b 5,967 1.00/1.00 vMB 15
865,686 865,686 000000000000000000025b3a981b016dabe302fece80fe234cc9205fa0dfefe2 5,178 1.00/1.00 vMB 13
865,685 865,685 0000000000000000000041499db7c8e3c99ed95e29f2a0f34a6aea6cc47b78b4 5,805 1.00/1.00 vMB 16
865,684 865,684 000000000000000000002c563217f6fee1a4d3088ac675ec57f20bad66abd923 6,037 1.00/1.00 vMB 15
865,683 865,683 00000000000000000002842444b4572020caadb921492547a85b4543d03f6e20 6,637 1.00/1.00 vMB 16
865,682 865,682 00000000000000000002372031ec33b4af76fa9e516cf1c0ff0753db60d0e397 6,197 1.00/1.00 vMB 15
865,681 865,681 000000000000000000017f398616420f9b0c24eb8b39ad39082b3e96f22b6236 6,542 1.00/1.00 vMB 16
865,680 865,680 00000000000000000000f02d06e12cf8ce3d315475b950c119f3258cd0285fd7 5,535 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.59 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: 671.40 GB
    • Received: 15.93 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.