Loading Tool

Explorer IconExplorer

Memory Pool

85,063 transactions
31.70 vMB
0.11204047 BTC
Random Selection Loading Transactions
Max Size: 194.37/200 MB

Candidate Block

Mining Attempt 6eccd179c3a7b1ff87efe124a8b0980c2984f4e65ccca2b17912b8e7476ab7d3
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 5171a8bd53388b15e776052245493f81790e13f37935597d7254f34786ae02cf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,781
Size: 1.00 vMB
Total Fees: 0.03749758 BTC
Feerates: 301.57 > 3.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (265,564 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
649,642 649,642 0000000000000000000d07f29038ce82810bd88ba8c10e14afce2f6633d0a284 2,824 1.00/1.00 vMB 116
649,641 649,641 0000000000000000000bc2fc4e945ebc5739133194623cc35490d5dcb6cd5895 2,583 1.00/1.00 vMB 84
649,640 649,640 000000000000000000047f920608e9257f2f1e0548dbe91c58f872ee6a23e713 2,424 1.00/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 782.78 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: 709.60 GB
    • Received: 16.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.