Memory Pool Memory Pool Refreshing

4,815 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,132 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (469,485 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
438,365 438,365 00000000000000000317bb1843b1fbabbb61639845a70849cbdf4b8aba113c23 0.99 MB 882 27
438,364 438,364 000000000000000003806369d8ab745a837fc6cec22fef5722fd39e7c57f30ab 0.66 MB 1,474 65
438,363 438,363 00000000000000000328ab3a0897cc1ff33dee59bd5b7e9571273106c4bce4c8 0.18 MB 269 58
438,362 438,362 00000000000000000157d7c21b3ea9725748b0e386acaebc05610369d954c4fc 0.32 MB 857 75
438,361 438,361 0000000000000000010b71c9624cf8749902498c9dc6d2b4c707a16b391f0c09 0.68 MB 1,332 64
438,360 438,360 000000000000000003b85f0da48e2e04f856c3e42565177d0f85f2f57166144a 0.64 MB 1,728 69
438,359 438,359 0000000000000000017c21f727b2c5a27439a1dbed8d244a4b2569c387f6bc85 1.00 MB 2,468 71
438,358 438,358 00000000000000000292911ba1a431dd39b839486a6db99bfc1a068d2542ae7a 0.85 MB 1,532 61
438,357 438,357 000000000000000000e91f3ecf2a2fa365c674a4ea244357eaee597bf02251a2 0.15 MB 369 56
438,356 438,356 000000000000000003484d18bbaf80b2f988b9f5554da7687d0376cc5639ccc2 0.02 MB 46 147
438,355 438,355 000000000000000002c7cc89c229eb15ca140f3eca391bf1d4443224fa0a620e 0.99 MB 2,183 58
438,354 438,354 0000000000000000019b0dc85d7e46d4669d9ece80c4c4e96012519e3346d13a 1.00 MB 2,702 87
438,353 438,353 00000000000000000189d2bd02a1d08cce4dbcbda8937e2bad101338ba420ab0 0.65 MB 1,236 54
438,352 438,352 0000000000000000010cb6f0b5f2d3e6adde7105db12040121578332170fdd9b 1.00 MB 2,045 54
438,351 438,351 000000000000000002a31ebad4713bfc64c314dc1e7d428eecc0b224ffa1cf53 0.99 MB 2,219 73
438,350 438,350 0000000000000000036860f4d176bc4197239afe72f06f42973e39fb76ddd83c 1.00 MB 1,875 57
438,349 438,349 000000000000000000596d43c10dd24f2b203c5308de2b76a8ba75ea3ff80443 1.00 MB 2,110 81
438,348 438,348 000000000000000001ce7b715514cd370717855606c95b0ed5b8bd6d421256b6 1.00 MB 808 24
438,347 438,347 000000000000000003dae1aabb077cac9750b29129cb277b60d5682111584573 0.99 MB 173 3
438,346 438,346 0000000000000000008585a3c9724c0673ca33cbefc3706fbf0d039f2d6ec7e5 1.00 MB 493 14
438,345 438,345 000000000000000000086d1e457a284714d454d186c1dea0fb9ae03db992d6ab 0.05 MB 88 40
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.27 GB sent, 94.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.