Memory Pool Memory Pool Refreshing

596 transactions
0.24 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
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 0.24 vMB 596 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (897,153 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
10,855 10,855 000000003ba8732cf0fe9060f66a6c6f167d8e5919eb58f6a0db5bd9323dc3db 0.00 MB 1 0
10,854 10,854 0000000000bb9cdd5874295154cd7f4703ea05413b7499847df33b1911e5a58e 0.00 MB 1 0
10,853 10,853 000000001ef6b3e5b700f8dc843ba7379877f34d42d2cc3c31ccc0db7b17ff6d 0.00 MB 1 0
10,852 10,852 0000000043b0f5be9ff26a3aef1290bd09cb51c5c72d3f9ef8f6443f9756d597 0.00 MB 1 0
10,851 10,851 000000001c65478343a5025d538ae6be9d263fcfed197afaa1ab9f2b5e95de03 0.00 MB 1 0
10,850 10,850 00000000cb55036deac00f72590cdc825d4a806dd90ba3a7e8a7161eb1617669 0.00 MB 1 0
10,849 10,849 00000000ad185dbad1e63b15d377c55483d875b195e8e29fa4f71cf78e0195f8 0.00 MB 1 0
10,848 10,848 00000000f60169413026b4dc51c02a0e7909919a45276e9b571c56df7b3ac259 0.00 MB 1 0
10,847 10,847 0000000035615e8e3a43542bbc0d4f7a0ea7f3263543512497182019e236022f 0.00 MB 1 0
10,846 10,846 00000000dadeeb3092bb7d72fc22d75997b0fe8724f73d31b496525f74cb939a 0.00 MB 1 0
10,845 10,845 00000000ed957b56213efb5060309992d97de70f4c84e4263b3eb0e185e57583 0.00 MB 1 0
10,844 10,844 000000001d467b24b3136533e768498f7e24f09995bf0c726c66f735e41c1fbc 0.00 MB 1 0
10,843 10,843 0000000075f44baa264d4204422d8cce07b1f3ab3800b8e70b2bfe72a8b05ea9 0.00 MB 1 0
10,842 10,842 000000004dad7499f2c6938ebee14b7d2bfcfcb5eb97ab695822c50e5aa320b6 0.00 MB 1 0
10,841 10,841 00000000ce55eec69d8d60998d3b064f66c5b3339ab9278fd326148758f709df 0.00 MB 1 0
10,840 10,840 00000000eb7d05160e87529d26baa2ca232cfc2fa65b7d5b701234b1f7b4253c 0.00 MB 1 0
10,839 10,839 000000002dc4f4fa049a31b4ac4efb79c6aefe0d426ac3d89fa5342dfdb61fbf 0.00 MB 1 0
10,838 10,838 00000000390f02ac74a0b60fc01bf33a2c6d5d7f9dc988d6b2342a358b211280 0.00 MB 1 0
10,837 10,837 000000008bb0c29d3aa1c5ad0873e35b48149ecb6ac6173bb5c7b7c2ef3a1a46 0.00 MB 1 0
10,836 10,836 00000000473daa82839c4c5a383b7eeb35d4e0117d1e68480b803a21f303a527 0.00 MB 1 0
10,835 10,835 0000000001e86001a35640d092307c5e5b8134994025bc787b9dc21ef84cb88f 0.00 MB 1 0
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.24 GB sent, 95.74 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.