Memory Pool Memory Pool Refreshing

3,169 transactions
0.94 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,694 00000000000000000002349e0000000000000000000000000000000000000000 0.93 vMB 3,149 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,693 (294,273 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
613,420 613,420 0000000000000000000dc2806027cafcbe8e4d348b296f6b82353ece135d4a40 1.32 MB 2,878 10
613,419 613,419 0000000000000000000466ae245f3d803a211c488fc96eca7a42f0a7405152b5 1.21 MB 3,081 14
613,418 613,418 0000000000000000000899f35d5f0e2105f3d0aa74e96e7362c5016e804f5edf 1.12 MB 2,921 8
613,417 613,417 000000000000000000100d6b76ed140a346bc8d8bc730de414f00f442fa1e735 1.36 MB 2,464 14
613,416 613,416 0000000000000000000d1a51ff842377d0244db453a3a0d445a3d00802404017 1.34 MB 3,074 28
613,415 613,415 000000000000000000094ca986a2fa325f82d592840a8fb5f953f72f923d1d65 1.42 MB 2,798 18
613,414 613,414 00000000000000000009aa462926c6b2e2a87587ae825cba3b8b316911723f94 1.28 MB 3,185 38
613,413 613,413 0000000000000000000f15c17f4fe0e0db59dae05ac51078d7feedf4346b95e3 1.30 MB 3,053 19
613,412 613,412 0000000000000000000ef7237521f89192116395a2a3cdd7db6d8ffbf4d9266f 0.82 MB 2,194 7
613,411 613,411 00000000000000000004edc4ea2b3d007cb32e2942d5a1748e51a5715d292eff 1.13 MB 1,279 5
613,410 613,410 0000000000000000000bc2db1cb7bef79da09b2fa4fa05f8c3f5312e37d716ab 1.04 MB 1,210 11
613,409 613,409 0000000000000000000353e23916ccf32a18356a8c958aa634c726cc254defa8 1.05 MB 1,163 15
613,408 613,408 00000000000000000005bddaf993e01552af88db2a2c226d13fb13b828e475d4 1.00 MB 766 65
613,407 613,407 00000000000000000005c3ab0600691302a03830193f904978ae78e94e148013 1.25 MB 2,918 14
613,406 613,406 000000000000000000071a61492ee14ceac78947a08773dc0cd3e85dd7104c51 1.28 MB 2,832 12
613,405 613,405 0000000000000000000b87974ab0aee92b1d32392071a8d84445a525fb0c11b5 1.35 MB 2,913 26
613,404 613,404 00000000000000000006029ca2c7602aabd8d19b724d0a0820ded26c165f4743 0.55 MB 1,406 13
613,403 613,403 0000000000000000000bad2c665d65e7887c0a6d1cdc12da5c492840fb591417 0.25 MB 496 11
613,402 613,402 000000000000000000065d31030bb0e2ecb3ef6bd5208a902e5e9f25bbf6a75c 0.38 MB 761 12
613,401 613,401 000000000000000000093c3c517327d82bbca9e20f00edee2e682f929253a2ac 0.35 MB 789 15
613,400 613,400 0000000000000000000eecb7ff96a32c08755c2d42420eb9412c66d6ec09d17f 0.91 MB 1,938 14
Previous 10 blocks ↓
Total Size: 768.97 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,615.58 GB sent, 92.66 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.