Memory Pool Memory Pool Refreshing

9,587 transactions
4.46 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,042 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (48,732 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
858,993 858,993 00000000000000000000b76c4a1bc6f0edb4218a7bdf1112fe81663aba80b077 1.54 MB 3,960 10
858,992 858,992 0000000000000000000063d841a026b08544ccfc27a083809faa859de92baf64 1.59 MB 3,418 12
858,991 858,991 000000000000000000024f837aef6247780bd88104463f546071503d5591b9d6 1.47 MB 2,889 14
858,990 858,990 00000000000000000000138ea917314250cf61cf3b622216f695191d42668e92 1.62 MB 3,215 6
858,989 858,989 000000000000000000026e179431ceae75aef4766bbbc0cd756a3e609f2f0fb6 1.48 MB 2,354 8
858,988 858,988 000000000000000000000cde9048cd9fb053efee1d31f6636201ac868d2d7cdf 1.74 MB 3,378 8
858,987 858,987 000000000000000000025b25a33a8f6f31f0b5dd1edf868feb35609d94515e84 1.66 MB 2,942 8
858,986 858,986 00000000000000000001f965f497dfc60d72ab9e0c55ff96a07849175a418ac2 1.57 MB 3,417 7
858,985 858,985 0000000000000000000031999459455f2dd3a1a0e206c1aed3fd5fa9196db944 1.56 MB 2,709 8
858,984 858,984 0000000000000000000179d9674ce21e045b8a22928de150826c28d75083f173 1.68 MB 3,755 7
858,983 858,983 00000000000000000003217613ee2e4945a58fd300034e96ed0ce6fddd67dca9 1.55 MB 2,781 5
858,982 858,982 0000000000000000000201a729f83f8d76069b1a2fd7d5b3e6c964c9e3ae8dcc 1.57 MB 3,620 11
858,981 858,981 00000000000000000002bd4f8cd19edc39346594c03fe3765198fbd635f8df11 1.46 MB 2,563 7
858,980 858,980 000000000000000000013d32ada2254ddfc18fdbc90d6f37698c2d0e79926cbc 1.56 MB 3,560 6
858,979 858,979 00000000000000000000bd8571046ffdd03fe6751b5de9914b6791ba57d8df23 1.65 MB 2,891 8
858,978 858,978 000000000000000000016ccd32328638865256249e592246bfae8af4031dda01 1.68 MB 2,391 15
858,977 858,977 00000000000000000000194c47b47ea705313e9c46430fe0f3b08ff7bb5d30b7 1.56 MB 3,292 11
858,976 858,976 000000000000000000016e8a991491e49bffb68c2dfd575d8155107ecb82ff6a 1.56 MB 3,740 3
858,975 858,975 00000000000000000002eb331cd3a4c9568b3751c1516c4972161bff124508e1 1.67 MB 3,134 9
858,974 858,974 00000000000000000001345a269527c2b2b489e0936b6a970f5fb2912ceaed3d 1.58 MB 3,255 9
858,973 858,973 0000000000000000000204488a6b72e5cdb70d0a2bd4c3359eefe9f59f5477e3 1.56 MB 3,044 5
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,625.63 GB sent, 93.04 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.