Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,691 transactions (1.63 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,661 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,088 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,660 (861,999 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
47,661 47,661 00000000059abc1f7214e5c54a3c60aa09d80eb1897284a57f4a381b7385a01c 0.00 MB 1 0
47,660 47,660 000000003569b3c78a28a4060679e65d2c61bed1df5b76b31c7f5456cbe5f2df 0.00 MB 1 0
47,659 47,659 000000002b2ffcfb19ddbdbf0387da651a14c2c930d2505c7451ec1b8761c8cd 0.00 MB 1 0
47,658 47,658 0000000017f7f6eac18ee942c23d75673dccc6d3c0e381e5dfa9868358f98520 0.00 MB 1 0
47,657 47,657 000000003000c23b01727424c059920b607aed4f4d27504cd16eab66ff4b28bb 0.00 MB 1 0
47,656 47,656 00000000007dff2a61bcea2ed43c422b0a56fd9254cf0b6ff488e487f1d1e9dd 0.00 MB 1 0
47,655 47,655 000000002f73b6859e7be8db16b7afcb425ea7aab926482c4e5007b3705a53f3 0.00 MB 1 0
47,654 47,654 0000000016babac522554b89ef7cc26415e504e2213a5f187a37ecb40d089b32 0.00 MB 1 0
47,653 47,653 000000001ad1c8f3040930c0bbfc809866e4bd581a40068babe5e1c05f24761d 0.00 MB 1 0
47,652 47,652 00000000252012f0af478a5b9f73302cc9f91d7bd793c8ddb6849c63537dd713 0.00 MB 1 0
47,651 47,651 000000002dcf533e8a8ace9bfc55e03092e69b7daf49fa6272b991133552135a 0.00 MB 1 0
47,650 47,650 000000002ed9ca74ca2b47e1e99e5a9ab28096b4cc4d2f68704e07eb9d81de1d 0.00 MB 1 0
47,649 47,649 000000002115c34a94dbd851bd39f695d2df2d24122b08f654adc93fc222142f 0.00 MB 1 0
47,648 47,648 00000000098ed59a0dee1ad36139a4602c4e8ba3007421a827b33bbd85035a51 0.00 MB 1 0
47,647 47,647 0000000000bbd22c092a9e9ed47afddf83c269537b39b43ee309c3108c6ff97d 0.00 MB 1 0
47,646 47,646 000000002e3991468c9664caca663cd8c03e479389b3f8bf781b45d32beddbe8 0.00 MB 1 0
47,645 47,645 00000000239f6203a683a4bc201cd613e696398d15288fed1487fe4cf1ead00a 0.00 MB 1 0
47,644 47,644 0000000015394511818a85d7c66ff78c544c0c66f0abba33300c13a50e62ba44 0.00 MB 1 0
47,643 47,643 0000000031b4319ec2ca53e8d43abf53f58ffe2ccffc35370760b0a836fef148 0.00 MB 1 0
47,642 47,642 000000002e0012fe834bf95790e10ad8f2953385a509f1400e638a8427d5e1e4 0.00 MB 3 0
47,641 47,641 00000000214e589de7c51de0c3651dfd515cca6232036b7538eb891ac2fa072a 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.78 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,132.95 GB sent, 112.23 GB received

Notes

  • This page updates every 5 seconds.
  • 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.