Memory Pool Memory Pool Refreshing

323 transactions
0.10 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,603 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 309 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,602 (904,698 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
3,904 3,904 00000000756c9be39d5ce204f928ce4539c364659ac91dacd34e88b848e6008c 0.00 MB 1 0
3,903 3,903 000000007aa0bd7ea8a357ebefe146618e6fc470640430185e580df485354d63 0.00 MB 1 0
3,902 3,902 000000006d6915857ac924ae6be19ad161952abf693f2ee4494a4abaa158b880 0.00 MB 1 0
3,901 3,901 00000000ff3332353e803e59c14a8093f26a4e41b2ec7f3544b9faf6d7cee08b 0.00 MB 1 0
3,900 3,900 000000002f02872c40bb68c0e73156c8a0c7de7d84bd01c5931775f1c123f2bf 0.00 MB 1 0
3,899 3,899 000000006d4808897076416d57fb5c39927555b43c650dc5a51c192510c37e9b 0.00 MB 1 0
3,898 3,898 0000000034453dc9eeb36e28eb629db25daee787fcc05b2e3e2ec3625a0bc9f3 0.00 MB 1 0
3,897 3,897 000000001a5b50391acfe48a60f433fe035978d00bc976651980464f2dfb4db1 0.00 MB 1 0
3,896 3,896 00000000cb39a9dc6f8a66b6809f10528166a5c018296fca6011f554475b8094 0.00 MB 1 0
3,895 3,895 000000001159b8c62d90f45e81ea38592b714d059f776e28e7f6e0157c107452 0.00 MB 1 0
3,894 3,894 0000000098121f3a486078137b75bc8b11f5481b4452088830cf13cda67f9b38 0.00 MB 1 0
3,893 3,893 0000000079fdd66f8748359f915d13d5aff228b478e384e4c345af73b14edefb 0.00 MB 1 0
3,892 3,892 00000000353c75a4874d7c6ba5ad5250a2d56711bcd128a0680dcbf7db59d386 0.00 MB 1 0
3,891 3,891 0000000007d299e86ec5288fad2a3af02900996a13b2891679c074e7c83add0e 0.00 MB 1 0
3,890 3,890 00000000dbf91c8bf2015d93c49af59da48f8766423dec5b323191578cf07cbd 0.00 MB 1 0
3,889 3,889 000000000cf6176d4e9bc85d43aa9ac476f040b837eddb8035a68b1b21df42a9 0.00 MB 1 0
3,888 3,888 00000000f31782868ab3bacd8a838789af3853dbc1656717522daf9ef9d76472 0.00 MB 1 0
3,887 3,887 0000000053213c3612b2cee96b1af322dd66625139774c9665acfbf12fcda380 0.00 MB 1 0
3,886 3,886 0000000086fc599e572743378854ad5e4a42881282c23729654959d372caa675 0.00 MB 1 0
3,885 3,885 00000000496f16f0100b386a932e03d8692982ff8f85fc6037888fd449f3a4fe 0.00 MB 1 0
3,884 3,884 000000006c0b1da5f2d08cbeebc3d76cdb68e2c182f3e019fc89987425ce48aa 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.81 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,849.54 GB sent, 101.04 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.