Loading Tool

Explorer IconExplorer

Memory Pool

79,154 transactions
29.63 vMB
0.07425520 BTC
Random Selection Loading Transactions
Max Size: 177.89/200 MB

Candidate Block

Mining Attempt 2e46453c1e9d6202dcee634aa63ffbb51b2318ea006b8054327fe8ebee264c1e
Version 20000000
Previous Block 00000000000000000000a86620bedaadabef003d30be662b4766362f5afa4a4b
Merkle Root 41e2260ca0803181a0531ccb984bcc7c56c0b4f41e1c55fc983da9336b9f7ab2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,298
Size: 1.00 vMB
Total Fees: 0.01397257 BTC
Feerates: 90.48 > 1.40 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,004 (254,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
660,673 660,673 0000000000000000000d4355ae697e53c86f4e09c2e4883de3300d468eb9584c 2,078 1.00/1.00 vMB 19
660,672 660,672 0000000000000000000025f05604402cecb5f342a7edbd852871382f4c6da5df 3,082 1.00/1.00 vMB 39
660,671 660,671 0000000000000000000b652df6331b02d4c3fcb585606551e1b3bc55f022e01e 3,212 1.00/1.00 vMB 49
660,670 660,670 00000000000000000005500893f36887ac9d1a5241bf93f17819541eb0455dc8 2,483 1.00/1.00 vMB 62
660,669 660,669 0000000000000000000437aca3b212358fba2b91dc47752d8c905b91e44d5e30 2,673 1.00/1.00 vMB 69
660,668 660,668 0000000000000000000ba748c69a6b707d53914cc47b0ef0ba310a18b99a6753 2,941 1.00/1.00 vMB 70
660,667 660,667 0000000000000000000926775fabc1ad8cbbddee7863d40700c92cc267ebd8cd 2,958 1.00/1.00 vMB 99
660,666 660,666 0000000000000000000c54eafd3bcf25031c5cb0ef1e732f53b894ad7d6fe454 1,715 1.00/1.00 vMB 23
660,665 660,665 000000000000000000086b614678ad0a751b8ece4e4d6b1389d45c6bdfaf5b20 2,788 1.00/1.00 vMB 63
660,664 660,664 0000000000000000000e666cbbe9c5b6d9481eb2fbd2253e6f4a2886f7e4b573 3,267 1.00/1.00 vMB 30
660,663 660,663 000000000000000000072d1214b77806ae947c5f2faad395d9b0e8aebe708bee 2,988 1.00/1.00 vMB 66
660,662 660,662 000000000000000000090e319fb372c38323e40105e3d1b5c8e05648ef92190a 2,812 1.00/1.00 vMB 49
660,661 660,661 00000000000000000008e5806dd9fec953af33f02ca025b43436054548943b01 3,096 1.00/1.00 vMB 54
660,660 660,660 000000000000000000026af8212e25d383a5bfc7dc587c1bfc3c03b8fb65d7d8 3,153 1.00/1.00 vMB 53
660,659 660,659 0000000000000000000b7d4ee738ffe14e0eb5e0ca1150c18770daaffaefef65 1,451 1.00/1.00 vMB 54
660,658 660,658 00000000000000000005ed3dd74f95525f5fd17cc6611c1730dbc978fa0ccb52 1 0.00/1.00 vMB 0
660,657 660,657 0000000000000000000b1ab31c7bee5af0c076755c362a5cc4eb0f4a69e498b8 2,681 1.00/1.00 vMB 79
660,656 660,656 00000000000000000008a2fbde550fb2f7096438fb7eef6d275d1c4b02ea89f2 2,769 1.00/1.00 vMB 56
660,655 660,655 0000000000000000000929238d11d4fe6d8baf9a1296df44ff580210f7bf2290 2,693 1.00/1.00 vMB 50
660,654 660,654 00000000000000000008f4cf709ad44475afd145bc807d51bcfb9145cee00b93 2,887 1.00/1.00 vMB 87
660,653 660,653 0000000000000000000c7bdec3c3fa725d35644b55dce66519b621924e1e1f52 2,693 1.00/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 782.40 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: 664.70 GB
    • Received: 15.03 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.