Memory Pool Memory Pool Refreshing

3,216 transactions
0.92 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,842 00000000000000000002349e0000000000000000000000000000000000000000 0.92 vMB 3,210 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (762,258 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,583 145,583 00000000000001f3f0c96fd74693a71b9beb2a35ce5e95ac14e69c71106807b0 0.02 MB 39 174
145,582 145,582 000000000000088af7066813117e4b600dc8680a7f69a9a094876d5bc5a3a553 0.04 MB 63 319
145,581 145,581 0000000000000427db79ad29d40a0855c9922c689d969d545f7708e0424be1eb 0.01 MB 34 11
145,580 145,580 000000000000060b828e700a8f28f182e0e0d596fcd14dcd779b42f4ef1291b6 0.01 MB 31 133
145,579 145,579 00000000000004e31930b28a187a3de15089ce31de16ae68c3ba234ff741446f 0.02 MB 30 762
145,578 145,578 0000000000000187bab9d67d473ac0842d07bc94e8b94bec616784f9c70b6f1d 0.04 MB 79 72
145,577 145,577 00000000000009707a48570e7f684af5f2d18a9090dcb87b3aad4b3aee90d8cb 0.01 MB 22 0
145,576 145,576 000000000000084ebce650975c6fbbd6a71a697ca761fc8e596077e19773cc00 0.02 MB 42 159
145,575 145,575 0000000000000341d129899851a82decd1dbefc0c4b4ac371208746eb4a24959 0.02 MB 45 198
145,574 145,574 000000000000093a0b1baed21f0459ad5e9566ad31fb936552f0e4bbc8c2d8e0 0.01 MB 24 50
145,573 145,573 00000000000008cc0e627e9689a96ae02165a01ca36e9489bafcfa9ff898e8f2 0.02 MB 33 203
145,572 145,572 000000000000094819fa29a50df176d25379d34a105358cf0e5807d8d074ea96 0.00 MB 3 0
145,571 145,571 000000000000050d0b3e3f9f7493f0433880cf7ed5483afbb3d247f42122a147 0.01 MB 13 899
145,570 145,570 0000000000000206210912398e5bbe738d096ad50a6b0bcb242a552df41066af 0.02 MB 51 29
145,569 145,569 00000000000006662aae1b6164a109e874379140c298fad9d19310cc7a5c7d6b 0.01 MB 17 246
145,568 145,568 00000000000000a203e2cbc7b6830a2cf6fe92e32827f628d4ee3cdfa450f138 0.00 MB 10 591
145,567 145,567 0000000000000252a839a5834ecf4a5647407b1bc7223b1a8e9b80733453f5fe 0.02 MB 37 157
145,566 145,566 00000000000004597e6a238688a73df974d76ee9011562e57c8c48413595f599 0.03 MB 96 9
145,565 145,565 00000000000005746a2e33f823c53e58e45264fffbe8a5e813a29dc64691e694 0.03 MB 70 121
145,564 145,564 0000000000000255ad0e415d15f40ab8b2baf69fa9d20ee0a4e2e3b8c126aea3 0.03 MB 66 131
145,563 145,563 00000000000006034ceb545b9df2ccc20fbb37154a3a63a1cb2aa6d7117f1592 0.01 MB 25 36
Previous 10 blocks ↓
Total Size: 769.24 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,635.06 GB sent, 94.14 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.