Loading Tool

Explorer IconExplorer

Memory Pool

78,201 transactions
29.61 vMB
0.09114103 BTC
Random Selection Loading Transactions
Max Size: 180.20/200 MB

Candidate Block

Mining Attempt d20c62c6100c007ad935852f79acc3866102ec85c5bfd647fe75b8c1794cf8ff
Version 20000000
Previous Block 00000000000000000000dee0d7f2adc1aa9588eb4868dfca5df56e84a096c1f8
Merkle Root b10e20148e8d0c13ecbef0b3a5ad559749f0c23aded38ef2805f3393bab3ddea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,623
Size: 1.00 vMB
Total Fees: 0.02588794 BTC
Feerates: 477.45 > 2.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,243 (268,536 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
646,707 646,707 0000000000000000000ea891ae449755b85bb2c13b7c05e547f46e815449d483 1,607 1.00/1.00 vMB 134
646,706 646,706 000000000000000000003806d39ac1b2c82c6a94e6cfd486dc34c9abbe35b8a8 2,661 1.00/1.00 vMB 107
646,705 646,705 0000000000000000000d5a248884c0354cc4f0c40c62c0b15a1b95b91b6f088d 2,038 1.00/1.00 vMB 119
646,704 646,704 0000000000000000000644b21824a30fc08874afd7f26aa05840cbfce7603d9e 1,908 1.00/1.00 vMB 130
646,703 646,703 0000000000000000000a81ea80d3424146090ff938a76e2ea501f62478855bc3 2,283 1.00/1.00 vMB 137
646,702 646,702 0000000000000000000786a903de50e011c93d39c39700bab5e7a32f690098a8 2,549 1.00/1.00 vMB 33
646,701 646,701 000000000000000000016bdcaf7dd92e11a7be0c8492e2c59b1cbc6683920f92 2,693 1.00/1.00 vMB 64
646,700 646,700 00000000000000000008d985127c461dc03e8cfd872ed4521b2c70c0238b2f2f 2,691 1.00/1.00 vMB 86
646,699 646,699 000000000000000000062f252549e313f538cd8861b9fd839a8c0db5c85f8b11 2,392 1.00/1.00 vMB 85
646,698 646,698 0000000000000000000b417dccc6268929d48e6bff9236a90ca1a9f63af836e9 2,882 1.00/1.00 vMB 144
646,697 646,697 0000000000000000000eac38532c8d79b88bea8c4511a15f6a8e0842ff80b0bb 2,071 1.00/1.00 vMB 101
646,696 646,696 000000000000000000020df1e8bd37e0e7c1955426159311a56625fa1ffbc45d 2,645 1.00/1.00 vMB 72
646,695 646,695 000000000000000000043babb807b27ccff602737ce5f5ccf4c820f0b65b2c29 2,673 1.00/1.00 vMB 91
646,694 646,694 00000000000000000007fb74a443629ca14a63cce9758a5cae8ec240044040dd 2,643 1.00/1.00 vMB 134
646,693 646,693 00000000000000000002e3c5cf3d4d13b6361425ad9c6f28e5f5c861bf231116 2,299 1.00/1.00 vMB 96
646,692 646,692 00000000000000000009ce32e4306d99b0cb79eff4f3fa3797379cd98642c1d5 2,070 1.00/1.00 vMB 148
646,691 646,691 00000000000000000007993d47b6d0c6918c58240688eb97260ec636df46ebf6 1,459 1.00/1.00 vMB 133
646,690 646,690 0000000000000000000c71dfdda3d355806725aebea2727de015327468a06177 1,408 1.00/1.00 vMB 44
646,689 646,689 0000000000000000000771e9f47290ccb76bb79a8791220bf2f91c475898435f 1,868 1.00/1.00 vMB 83
646,688 646,688 0000000000000000000043d894353f91bb9f9fb37d77dd79f0ac58b2524bd9d3 934 1.00/1.00 vMB 46
646,687 646,687 0000000000000000000f4f817372847fc297bd8217ddd08a19de71a314037563 1,549 1.00/1.00 vMB 62
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.