Memory Pool Memory Pool Refreshing

1,336 transactions
25.29 vMB
Show Random Selection Loading Transactions
Max Size: 102/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,311 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,033 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,310 (833,313 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,997 74,997 000000000013b3ac27d1bc7da31138b73e5e10a5bc9e1cd6ff739cb4d6d9fd2a 0.00 MB 2 0
74,996 74,996 00000000001acac61cf7355b89e776160d85a574580969878cc3cc7101244939 0.00 MB 2 0
74,995 74,995 0000000000175cf8bc2175ff2228b75266f4cb625b4f022860b14a2770463693 0.00 MB 1 0
74,994 74,994 00000000001209b273674937837fafb6f8b83c69e408b64d559ec6c64b995a17 0.00 MB 3 0
74,993 74,993 00000000003e4d98307c57b16a9af16d1c464d8915af5aec8a522a6542c02213 0.00 MB 5 0
74,992 74,992 000000000078ccbb4c59c45378259d5875c8ce430abe4ab7fd4ca526420b0f2b 0.00 MB 1 0
74,991 74,991 00000000003a3341e70927ffa2a061bda9dc5eb9491282c45419fd23dfe4aff7 0.00 MB 1 0
74,990 74,990 000000000036ab61fc0a49db84f6164f28735ef79bd8beec51b573098721cb72 0.00 MB 3 0
74,989 74,989 00000000001caacc2413455f19633fbf478b0344fb0d4635c863be0de98471e3 0.00 MB 2 0
74,988 74,988 00000000006853ac9d165211eb819a539e94eee69f0efe0429fa6a5986b3c821 0.00 MB 1 0
74,987 74,987 000000000061d8deceb08c791186accbcbc5d9e66ff387a50e92e6f82e0b6854 0.00 MB 2 0
74,986 74,986 000000000051114aa6760a264599a5e10ccdec1b033b5cc2fe2b8fcc79598a42 0.00 MB 2 0
74,985 74,985 000000000006526621b3947dfc90139bfe25584e42c0d5e8a0f6031f2652de61 0.00 MB 3 0
74,984 74,984 0000000000200bc3d27785000faf39b30200bde7e070bbee8f16c9aa5137f967 0.00 MB 10 0
74,983 74,983 00000000000b14e17ca9f308f518c99ef03a190825e5f90b2cdd7242e88661f1 0.00 MB 1 0
74,982 74,982 000000000061f5eda6411b3b3f8e244d45eef7c090faa5ddb10e382acc593555 0.00 MB 1 0
74,981 74,981 00000000006243d3c807ecb113083a61012616a5d321723cdf4fb24df718abf7 0.00 MB 1 0
74,980 74,980 000000000055df68e2c6f044f1401a5815c1bfe1c0474d79011b50ebb1cecdb0 0.00 MB 1 0
74,979 74,979 00000000002fcb32d7fc6de931c09b885da932831da2a4d9501bfaae8e3e4a9e 0.00 MB 1 0
74,978 74,978 000000000073448590d1daa5309cd474dc79d511aef4993e718b06cef551f12b 0.00 MB 2 0
74,977 74,977 000000000038452f36d21e670b76dfb8c4a7ac4adb19f953756f194a7e3d15f9 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.21 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,698.16 GB sent, 98.59 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.