Memory Pool Memory Pool Refreshing

2,122 transactions
0.67 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.67 vMB 2,103 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (64,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
843,397 843,397 0000000000000000000339116e7db48c56c8e287f9402536f8d9ff141a94d1fe 1.53 MB 3,201 19
843,396 843,396 0000000000000000000342e6de35b20eef2393d330363ff3f3f290118966543c 1.48 MB 2,138 23
843,395 843,395 00000000000000000002e01e7c357e282ed3b15a8ef2b11f8d62c4d7eb7a8dac 1.65 MB 4,539 12
843,394 843,394 0000000000000000000273bd2bdb68a0363a66b7798efa78ff574c684d61a566 1.70 MB 2,586 10
843,393 843,393 000000000000000000012c1dcf84f128a96eb1ec559d63b8d048c40aad68d677 1.64 MB 5,876 11
843,392 843,392 000000000000000000026f2a1509c0ba063586cde493bc44d567514eb162cadc 1.86 MB 3,741 14
843,391 843,391 000000000000000000021df8d677eb486d3e810b34d5d777c3f71e43e79f0c39 1.51 MB 5,141 12
843,390 843,390 0000000000000000000274d7337249414ecba42d6944a21603cc57bd6023315c 1.58 MB 3,248 16
843,389 843,389 000000000000000000019db3e3bc392e16040f55267eda2ce7bc6e1294f5deef 1.57 MB 6,060 12
843,388 843,388 0000000000000000000116e884887241c7086d51ce8ddca05aa40627beed040f 1.66 MB 6,301 11
843,387 843,387 00000000000000000001710eada51fb9f5c4f35622f95e2e50ca87741dcb7c69 1.72 MB 5,565 12
843,386 843,386 000000000000000000023a41149de4ff5fd121cea95b552c6268faebffd9dce5 1.54 MB 4,388 12
843,385 843,385 0000000000000000000305ee7a2588b7fb93fabbbdcab0bd941d25437999d404 1.89 MB 2,274 14
843,384 843,384 000000000000000000015ab70b1ebc3d7283275d4fe912bd51d76cc7b4ea93a5 1.11 MB 888 11
843,383 843,383 000000000000000000007ab07edb5df31e9fa8e9187fe2eda745fb55416e178d 1.55 MB 2,525 14
843,382 843,382 00000000000000000002ac37845f4df7f209e8d5d842e95e05cb797429b4ad83 1.58 MB 3,055 24
843,381 843,381 000000000000000000011d4b43f6c061dd91e9603c88690fa83145e77b694ef3 1.68 MB 3,187 17
843,380 843,380 00000000000000000003469ab5c2373315508670ad11f71aca22b9e31d5c1d51 1.73 MB 3,293 14
843,379 843,379 000000000000000000004d532860c74f4069b8acbdd8eb9ac0425347c055478c 1.53 MB 4,136 18
843,378 843,378 0000000000000000000302b144d6837097a767024a96f6dcb76aff96f3c586ed 1.60 MB 3,175 18
843,377 843,377 000000000000000000031cc7ba72ce1123bcc147d046996c8a5b5cd348bac64c 1.76 MB 5,084 12
Previous 10 blocks ↓
Total Size: 769.07 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,628.09 GB sent, 93.23 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.