Loading Tool

Explorer IconExplorer

Memory Pool

77,975 transactions
29.52 vMB
0.08888829 BTC
Random Selection Loading Transactions
Max Size: 179.74/200 MB

Candidate Block

Mining Attempt 7cc284a359c58b57488506d143905ebc57f3558064e392b16458b599916d5e69
Version 20000000
Previous Block 00000000000000000000dee0d7f2adc1aa9588eb4868dfca5df56e84a096c1f8
Merkle Root 5af8929d9ac1df837f9daf6a73609b6aa22c3b011c25cf5d1fba5231691cd5db
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,802
Size: 1.00 vMB
Total Fees: 0.02404797 BTC
Feerates: 477.45 > 2.41 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,243 (265,580 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
649,663 649,663 00000000000000000008486818564d63b5f5ee7a4b1ba61397eceb238bef80f6 2,508 1.00/1.00 vMB 56
649,662 649,662 00000000000000000001ec1dd0ee1a6db38a8563c4773db810d082104274cb19 2,398 1.00/1.00 vMB 69
649,661 649,661 0000000000000000000481486a868d9da7aecfd4ebeb7533ee6b6a425a7a9ce8 2,528 1.00/1.00 vMB 84
649,660 649,660 0000000000000000000e23aad3b9c4b0b1bace09aebaf21f23f6da71e4162e90 2,681 1.00/1.00 vMB 71
649,659 649,659 00000000000000000002e637bbde53b54f84008298bc78acd1a1128733fdbb4f 2,856 1.00/1.00 vMB 90
649,658 649,658 00000000000000000001ddd869f48191bbd01423c1d6c79a5345bc50c0a87e22 2,551 1.00/1.00 vMB 91
649,657 649,657 000000000000000000026c87a2aedd40660366f82bd0468833bbb92540352b91 2,339 1.00/1.00 vMB 68
649,656 649,656 000000000000000000085968ae5c4f845d6906b4beb47f91fd0c0bf95e4daf79 2,935 1.00/1.00 vMB 74
649,655 649,655 0000000000000000000c28bfbb27cf7012cf0f9739ee8edd84dbfade9aeb3079 2,965 1.00/1.00 vMB 83
649,654 649,654 00000000000000000001e4b8a7c2f6865ee75c3784f31e1c3b00b4e427dbc03b 3,163 1.00/1.00 vMB 95
649,653 649,653 0000000000000000000a4dcab990290e563b989846f96b3a12d0153b51c4bb09 2,523 1.00/1.00 vMB 60
649,652 649,652 0000000000000000000cee2936fa38f1d4d786660f2af8aa72cc015616a02708 2,545 1.00/1.00 vMB 75
649,651 649,651 0000000000000000000733dafb3c798f25455c493cbb365fa4067f67d664e5a3 3,257 1.00/1.00 vMB 77
649,650 649,650 00000000000000000007a6ba213aca19439327167598af344c3f8d1ccd6ce873 2,443 1.00/1.00 vMB 84
649,649 649,649 0000000000000000000c374697675c11cdf2a77504381a0c04bbf49fe34fb231 2,068 1.00/1.00 vMB 88
649,648 649,648 00000000000000000008021af02afee4ec562302b09d532f325336bc8c67a272 2,290 1.00/1.00 vMB 79
649,647 649,647 0000000000000000000357e57570e027d85cbddab9797a63bcc0a84caaae14c4 2,744 1.00/1.00 vMB 101
649,646 649,646 0000000000000000000e6e29d5646afe50b40049024186137c5d16f28569b487 2,328 1.00/1.00 vMB 84
649,645 649,645 0000000000000000000875e8447f2d2fce3488f71100e6d4a3a76a870aaa5670 2,779 1.00/1.00 vMB 82
649,644 649,644 0000000000000000000be62c7fb42778ba6352a6039903a6a55ea82c86da6c42 3,124 1.00/1.00 vMB 80
649,643 649,643 0000000000000000000a56e8277a1dbee8c160b209ccc562887dfb7b4ec25844 2,699 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.81 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: 710.31 GB
    • Received: 17.07 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.