Memory Pool Memory Pool Refreshing

4,910 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (550,450 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
357,400 357,400 00000000000000000bde0904850213a1915a725dd38523b1b33b3f1a65e6a047 0.75 MB 1,443 43
357,399 357,399 000000000000000011a1019eb9f82fe810e3a08c1676783cbbc06b228fac421a 0.71 MB 1,459 29
357,398 357,398 000000000000000006bea8557ce33add35149434339d166a180c8ff7062a1243 0.10 MB 213 29
357,397 357,397 000000000000000003b779c1d826b75e69d85f8777ed15905bb007aeba342ded 0.27 MB 440 22
357,396 357,396 00000000000000000ce137ccbcbc538a9be3fcef9ff22d91221511ee88e42128 0.64 MB 1,206 24
357,395 357,395 00000000000000000f583a56ff81c90f32bf642940835355696c5f2378dbd52e 0.39 MB 703 26
357,394 357,394 000000000000000011173c981fb7dfda53b28ad5ed929d29a1d0c8fec57eff8a 0.00 MB 1 0
357,393 357,393 000000000000000006a57b19c15dcb3872b1efeebd72618c3a84825f9e52db95 0.19 MB 345 26
357,392 357,392 00000000000000000168aa186819add6f64ac67627959ec4ab7420240cd3feee 0.11 MB 193 24
357,391 357,391 000000000000000005a0bb391276f135b883e0bdb4cd8ab7b47c46e872d88553 0.10 MB 190 75
357,390 357,390 0000000000000000089202871d7d5bfd2b9dc736419b0dd0e80895be052b558c 0.52 MB 955 23
357,389 357,389 00000000000000000d5cd8ad76b17e9b583b450737beed2a6a1fe02f5d94acfd 0.73 MB 1,402 27
357,388 357,388 00000000000000000a62033e5125f019b6bb6a8b9b9e159cd7b86a62b07a63e2 0.43 MB 614 21
357,387 357,387 0000000000000000118d270edd0e81cf8944fd964f1cf56c048fe48b3d4f1fbc 0.08 MB 162 24
357,386 357,386 000000000000000007e4bd0cb2bb91b37220b01a6aff9ddff245c1f1fed1dc65 0.04 MB 102 20
357,385 357,385 000000000000000012bcf76a98a53c8ceaa27507c61f6b5ec02754e722481ea9 0.22 MB 366 25
357,384 357,384 0000000000000000005df47671cff5cc12d65a52ae1d15cd0f831f0e12bbe5e8 0.01 MB 25 17
357,383 357,383 000000000000000007d3acf88e480da7533be7c4da4a2ab257f1284602fc3eff 0.21 MB 398 26
357,382 357,382 0000000000000000082dce7f78ada39e1c718f23055de68ba54b679fab0dee8e 0.03 MB 70 31
357,381 357,381 000000000000000004dcb767bf7bdb99286008472802bc28ae8239b9deb85751 0.06 MB 76 9
357,380 357,380 00000000000000001248332fc01ebc3d3643a5dabb44e2d950ae2b74d1da322c 0.17 MB 278 25
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.