Memory Pool Memory Pool Refreshing

2,894 transactions
0.98 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,009 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.98 vMB 2,883 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (381,703 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
526,305 526,305 00000000000000000035b3e6bd385c7731587cca79852a4d66e4a1fd27653944 1.18 MB 2,558 35
526,304 526,304 0000000000000000001171e44efa0873b50deaf87296ce1d89b4b3bd18b4b34a 1.15 MB 2,404 12
526,303 526,303 0000000000000000002621779b7bd9ddb33037f4f8c4dbf2ecebf01808cc6315 1.17 MB 3,477 7
526,302 526,302 0000000000000000001c5502187825fede6332de2f6651eff0bfd0d9e8a700cd 1.12 MB 1,971 19
526,301 526,301 000000000000000000087854b5e420a980628294666a03e49be678eedd5071c0 1.17 MB 3,281 9
526,300 526,300 00000000000000000032ce90c370a147e97661dd992102a6c2603df506501db5 1.40 MB 2,240 20
526,299 526,299 00000000000000000021814447d959be5ab19b23c4e671583d6a56f0b71ef4fd 1.43 MB 1,822 30
526,298 526,298 0000000000000000002494a56837371981ee237aae0b0b13272e22d630ef5735 1.49 MB 1,884 30
526,297 526,297 0000000000000000002c367fc5640cb8d18d3b6f0be42ce5b3924bdad7f7644c 1.25 MB 1,757 35
526,296 526,296 0000000000000000002f20943adb853ce2c99aba3b9bb6421e885d10198c743f 1.11 MB 1,814 11
526,295 526,295 00000000000000000024e89eb6a61dde24bb31124583fc42772c66c4de8aea79 1.13 MB 1,888 35
526,294 526,294 000000000000000000365c30645c9a4d5eac6376a40778ca0719517c73bd9ffc 1.07 MB 951 43
526,293 526,293 0000000000000000003633cb5552c2889b564fa21011da31e12545be3d12e9db 1.03 MB 886 72
526,292 526,292 000000000000000000177221928c75fa42f278833cf8da48a5f42358091d4437 0.15 MB 313 19
526,291 526,291 00000000000000000018ae758f648c46d45b3f8a09858bad00d94c9887978217 1.04 MB 570 4
526,290 526,290 0000000000000000002096e9204746f20cb49ff5555325647b85f80139db9635 1.06 MB 984 8
526,289 526,289 0000000000000000002fa8bc6ea3b7d1754f5ccb4a924f9aa7a83ff430e57bb7 1.01 MB 433 1
526,288 526,288 000000000000000000203eefcbcf1e5c0d10b487ebe976f63b6285eda1f99432 1.07 MB 1,569 18
526,287 526,287 0000000000000000000c67d4d115d57752899af1c2bc61b1073d938f8fd99070 1.01 MB 359 3
526,286 526,286 0000000000000000000c042b08c9af9465e41d0cf4bba0b16d810b0e04098178 1.01 MB 216 1
526,285 526,285 000000000000000000098ed5f89492a32440f159fac05b642e1fe3c84ca1dab8 1.18 MB 2,357 17
Previous 10 blocks ↓
Total Size: 769.56 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,649.31 GB sent, 95.75 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.