Memory Pool Memory Pool Refreshing

6,168 transactions
2.01 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,703 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,932 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (609,636 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
298,066 298,066 0000000000000000603b189f99cf2a95ce01835596b5d5fbd8c5725c11f504ee 0.20 MB 107 14
298,065 298,065 00000000000000001b6f88ef85a2e0a586ab4f3599e7a0aad4708298ed7dee2d 0.25 MB 201 16
298,064 298,064 000000000000000025809a7e919b3152159e82818c96d50018b0bbed3e1bdaa3 0.50 MB 1,110 34
298,063 298,063 00000000000000003f33f534b915748ae343efa95b02efd670bed824aadebb1a 0.19 MB 512 49
298,062 298,062 00000000000000000c07360168dc0f6b3ffa87f8ce2058c6f7456673e6a10e63 0.06 MB 128 24
298,061 298,061 000000000000000094463e171579639a952c1ad50ee456891246786130b4349f 0.16 MB 256 29
298,060 298,060 00000000000000001a117d75791c6fc84f3b4360e8c8dae5c3668b66e53528ee 0.13 MB 64 8
298,059 298,059 0000000000000000710b84d01ba5ec574ffe2c3b4f552321e5faea912ffa3294 0.24 MB 433 32
298,058 298,058 0000000000000000662b1951d0fba9f4dd081d76c5568c8fbd0a3e22f32348f2 0.10 MB 122 19
298,057 298,057 00000000000000003ff1a76235be7b37a6dd21dcf180c4514059c52689c4f92c 0.08 MB 60 18
298,056 298,056 00000000000000007ad73454bb619f73e8634efcc7ab46be53969341b1d245bb 0.34 MB 452 26
298,055 298,055 000000000000000021b98c9577b636f82ef433e3c08023eaeb7c431be9417924 0.23 MB 311 24
298,054 298,054 000000000000000058c7974487cac65cd41c49745832170a6b8cb8b362802d49 0.11 MB 171 24
298,053 298,053 000000000000000094dc9b8b6ac43116a6e1910cc6cee726b3ec6ca9a0b930e6 0.33 MB 638 38
298,052 298,052 00000000000000001f012fb92c1d4087c75c36cb6bcdfe0d117de9001b88d875 0.03 MB 42 25
298,051 298,051 0000000000000000116b818789ed4c4a3539f89823a14cb33e1655c7bd35a04b 0.05 MB 128 36
298,050 298,050 00000000000000005f21bf573aa29b0265ddad2d40031f633015dc6c15421839 0.22 MB 456 34
298,049 298,049 000000000000000036136a2b02b2d99f20702e1dc1eafbfe8805dfba6358e464 0.16 MB 358 29
298,048 298,048 00000000000000008545b18d9ce842894dde9c496c67dac2de6e6fde798bd9d0 0.02 MB 32 31
298,047 298,047 00000000000000008b6c9ec5b63c5d0b229b179ad58274d59338ed9c5b822f20 0.28 MB 433 28
298,046 298,046 00000000000000003fc422b43812d16526c8ff42030209f4a25c55fd750465ed 0.09 MB 154 19
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.