Memory Pool Memory Pool Refreshing

3,901 transactions
3.19 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,681 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (881,692 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,984 26,984 00000000bb09ff265eb0a81a47dde9d6b8e4ae9e561a8b6a77584f307a793250 0.00 MB 1 0
26,983 26,983 000000007546aee40b8281142bd53e562858fc6943223a30037ef552ccc7716c 0.00 MB 1 0
26,982 26,982 0000000001785d7fede2ed9c2aae40a9bb934d8ccdbc19b0edf127f405c92ce8 0.00 MB 1 0
26,981 26,981 000000000cd063955e4729e663cf6026e315e19b71be0237a07b3075efc45c82 0.00 MB 1 0
26,980 26,980 00000000d8655737a1c5650b8e98dfb19e050b5d289126716366800110519c1b 0.00 MB 1 0
26,979 26,979 000000008c696e4178efaa43a3e44f243c39b7a3fa1aa73fe1b44d7b09284bcd 0.00 MB 1 0
26,978 26,978 00000000d148cc8f5a866b0757eefc8ba50bd3b0904ecf5d4a3445860c5054c9 0.00 MB 1 0
26,977 26,977 000000002cc7155b54bf466da64e62527e357cacd3fd5664243f6f778f26c56c 0.00 MB 1 0
26,976 26,976 000000008d2daaca9c40aa07a9bd0318a5f1930be0f88e66829a88f453db7f26 0.00 MB 1 0
26,975 26,975 00000000f0c105fe25fe9746ab3ffff115e9ee38405ab4be2b33b027a9ff3e6d 0.00 MB 1 0
26,974 26,974 00000000c2850378bd62bd3e072784eaf976149697fcc11f1c8e49645ceffa79 0.00 MB 1 0
26,973 26,973 000000008b773d7fff826144ff0b360a1c3e00e6f08ea13d40744eef5a3529ab 0.00 MB 1 0
26,972 26,972 00000000e514aae4a03a81f0dfa8fa60aab809fda0f95e552f784b2d16697591 0.00 MB 1 0
26,971 26,971 00000000305494b6a9abdde4b1e94ec0da02389ffb6e3c8339eca1d37c67e963 0.00 MB 1 0
26,970 26,970 000000005953288740300ba45f50f43f205c0df7e337237f66bd0333d6fedc8c 0.00 MB 1 0
26,969 26,969 000000003ca81c46386bdeb2f2dac768093b7f9b7da07c12d9814947ac699c40 0.00 MB 1 0
26,968 26,968 0000000001d02589d22fe6f73eb0553c6a9cfde3c9e2c5076eec92b7b808f91f 0.00 MB 1 0
26,967 26,967 0000000065f8ebae77a3d9046da7d642fe69b1bd4e245e2bd7e79d07d63d1f8a 0.00 MB 1 0
26,966 26,966 000000005fe1a027f56f930407899b2662a796a56cfa9f0b31fd2a76a9c235e2 0.00 MB 1 0
26,965 26,965 00000000fc3250f19b19f3b36564c45266551507603be0e2019792522550f82e 0.00 MB 1 0
26,964 26,964 00000000bb6a9cd24ee647463f783d1d301cbdf65c7eaa662833891f7182f055 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.65 GB sent, 101.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.