Memory Pool Memory Pool Refreshing

7,933 transactions
2.51 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,848 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,680 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (415,273 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
492,574 492,574 000000000000000000be3a340d378d6f81a2644cfc78cf7d5e07e41c297fa876 1.07 MB 2,233 251
492,573 492,573 0000000000000000008966711afcdee5fcbabea63db42942217d9b53bb199212 1.00 MB 2,416 282
492,572 492,572 000000000000000000ab2271a1b2cc85c11faa259200b054c6c5caa4a5fc7352 0.75 MB 1,702 223
492,571 492,571 000000000000000000484fd6be40419a8979d6f7a0682fe5e991b2e286ff7432 1.06 MB 2,183 264
492,570 492,570 0000000000000000003460a715068d05e36677576f51e74ca6752d7af2c20e18 1.07 MB 2,235 206
492,569 492,569 0000000000000000007a57956183e2f08d67b89ad2f9414eabcf2d7260802886 1.06 MB 2,529 263
492,568 492,568 0000000000000000007688eaf4b1adde10baf221166a709b93044b998a9a0ecf 1.05 MB 2,323 257
492,567 492,567 00000000000000000023451d48121149fe3047e4c98d39455d07136a1f83283a 1.09 MB 1,722 238
492,566 492,566 0000000000000000001b63422a03477f368d6b071105e15707ebbca3106d5e66 1.04 MB 2,532 213
492,565 492,565 000000000000000000355b4701129a311ea26a2031a4bda1ae33cfab6b206002 1.00 MB 2,648 295
492,564 492,564 000000000000000000029546bb5e19a933b8abe4e403fca6bea06c6c6d283374 1.00 MB 2,329 227
492,563 492,563 000000000000000000bb053911c68fb8be3fca33ac1ec98d337761e49ba8f995 1.03 MB 1,694 221
492,562 492,562 00000000000000000086e55bd6c3b9cb128900b0a38751e76f857ca877dfeef7 1.08 MB 2,697 266
492,561 492,561 0000000000000000007cfeb7f15e712a49f16d6edcc6d5e274d0ccefa425404b 1.05 MB 2,319 240
492,560 492,560 00000000000000000020d688691f08a1ff452f3852721f70c83f777445a423aa 1.11 MB 2,503 250
492,559 492,559 0000000000000000001174603b5975e6f04055a8ac2771223522b50d9ff9a5c5 1.06 MB 2,305 242
492,558 492,558 0000000000000000005988b85377b7733237ee34df1a5fd5fe92317bd89c9ae7 1.04 MB 2,769 299
492,557 492,557 0000000000000000006e80a9ada470d5e47542c226bfa3b4d7dd7011881f415b 1.00 MB 2,445 215
492,556 492,556 000000000000000000a0283debfcb99587b15e2e9f29f7c7e42426fd671bb26b 1.07 MB 2,494 264
492,555 492,555 0000000000000000005171a415d086986fe4fee38efd69b04fa0249c28148126 1.03 MB 2,908 277
492,554 492,554 0000000000000000007c0df1f66a6f3f0411a61898e5d64bbab123e86e996a11 1.00 MB 2,560 253
Previous 10 blocks ↓
Total Size: 769.26 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.22 GB sent, 94.21 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.