Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,835 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,307 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (343,442 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
564,392 564,392 000000000000000000293970ede81a78642854bce54dfa115a69c972722765d6 1.15 MB 3,190 17
564,391 564,391 00000000000000000001200cdf43c130d023385427564c4363f3c35c5fa5619f 1.25 MB 3,318 45
564,390 564,390 00000000000000000016c153b244924bce2d37545a2e3b2753bfd7ff5e8c0359 1.07 MB 3,076 4
564,389 564,389 0000000000000000000a085c4d15bb00d20a67789c4e199c2dc4dd9816e912d1 1.27 MB 2,739 30
564,388 564,388 0000000000000000001d0f59ad48fccccc66be27529fbf6bd90bd1869e7fdabf 1.31 MB 3,540 51
564,387 564,387 0000000000000000000910bdc48d9f4f84255386247c1e6342b7e2e9b07bd77d 0.00 MB 1 0
564,386 564,386 0000000000000000000e51359013ddf25dedafe3a9306b32dd8f9176139bb587 1.23 MB 2,118 3
564,385 564,385 0000000000000000002aac18bae88e585f9b8df736713b1f7573782bc563fd80 1.17 MB 3,277 19
564,384 564,384 00000000000000000025aacf71c21df12b7695ffa0851a6ca3c976e344c0db30 1.28 MB 2,305 11
564,383 564,383 0000000000000000000bc2a977a30b291737ce7461792eca4f67f98b67bef9ce 1.09 MB 3,320 8
564,382 564,382 0000000000000000000a98960484b3865cc9b739ff80b173c6350bcfc342f6dd 1.30 MB 2,784 33
564,381 564,381 00000000000000000003ac64f4fc9256bbba6798f9bdf6682840132193cc592b 1.30 MB 3,704 50
564,380 564,380 000000000000000000299418273f1264781fc7691b6117078111a5dd48084c6b 1.38 MB 1,504 12
564,379 564,379 00000000000000000023f7782745debb08a8887133d365d35e78cac2c0db4b30 1.35 MB 1,704 5
564,378 564,378 0000000000000000002d4c3cbb786f4492f35fcd1ef5cd7d7889d47249315879 1.15 MB 2,695 18
564,377 564,377 00000000000000000013022c19ee11168882a0a8302bcfea3d5ffe1bd9282cfd 1.23 MB 2,180 35
564,376 564,376 000000000000000000210f66e26863bfbe27ebe7bfcf31ff3639c1ec1951fa60 1.25 MB 2,796 19
564,375 564,375 000000000000000000205b1734ee9bd76e47ea2f99b65cc3788790c754d7eee4 1.26 MB 2,912 14
564,374 564,374 000000000000000000082ad13f9c05f484a6daa8c28e14ea04d745b6b75e2466 1.13 MB 3,045 13
564,373 564,373 00000000000000000015e5d6db840ac0df9b1da8d4e3cf48ad4072ce301c0977 1.32 MB 3,151 32
564,372 564,372 000000000000000000023a79b3db069a70d26d69c4078b005c3570217c53bbd8 1.26 MB 2,924 23
Previous 10 blocks ↓
Total Size: 769.23 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,634.77 GB sent, 94.08 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.