Memory Pool Memory Pool Refreshing

2,592 transactions
1.10 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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,182 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (754,911 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
152,858 152,858 0000000000000aafe87b438d922f10b5e67dc1edde2de2c9b784904885682356 0.00 MB 10 43
152,857 152,857 0000000000000b560cf9a661147e36d640b3b21118e51ed925851e8c5dbcd11e 0.02 MB 70 319
152,856 152,856 000000000000073c513442c71d40cbe540c3303c914abc94b2748689b234d7f6 0.01 MB 20 207
152,855 152,855 0000000000000b4912f608a4c1cc55253e5c20719fe15aaf91413696f6b08e58 0.03 MB 78 119
152,854 152,854 00000000000009ad2d21a49e374d58c1a1f229aed3a498dc7961cd576f8de62f 0.01 MB 25 254
152,853 152,853 0000000000000b51130730545b2ba86cd98f8b481bddaafaf6076d9733314f82 0.02 MB 33 45
152,852 152,852 00000000000007fe650a4fad801fba5ba2d9a9f2f82d04dec67b50f4d372e14d 0.04 MB 137 23
152,851 152,851 000000000000061609efea18811e743192c7279afa215d673f9474433db44848 0.01 MB 19 56
152,850 152,850 000000000000048d742d5666fc81ec8d92f6b92fc161377e236355d3dae9a55a 0.03 MB 73 85
152,849 152,849 00000000000009484d684ab34ade3e0c4b0858ec1eac9365672a27e4adb1ac5a 0.00 MB 17 0
152,848 152,848 0000000000000cbf19bbd986a0d90638bfaa267f730b95d11e00181b99059089 0.03 MB 56 298
152,847 152,847 0000000000000274e1682c4939335b8cd9dcdc079668b9598bce4298f5a5ab4a 0.00 MB 6 0
152,846 152,846 0000000000000c766a16e7702717cfc9bfc44660e74e029b0195257a5a8211b5 0.02 MB 34 605
152,845 152,845 0000000000000226faab54f9beee835e3b738bba4a4606795337c4587915ee8a 0.00 MB 3 193
152,844 152,844 0000000000000370c8c6d35b38b6454b7722a67627d34c246989e55be834266b 0.03 MB 51 64
152,843 152,843 0000000000000b2042aa2fe0d3c5efe9c263a72b32fb677fbe9dfe75e7b6f1a2 0.01 MB 12 18
152,842 152,842 00000000000000492e5670c053aab023fb3aa5004a3b40698110df1d5f65987b 0.02 MB 36 59
152,841 152,841 00000000000006371851ade8ed37337dfb2d0110cebe2c1c2fb003d5dd0e26a1 0.04 MB 98 80
152,840 152,840 0000000000000bd05a6b445d995e0a0132f8a046e81d67fe7ee14c7cdcf66e8e 0.00 MB 1 0
152,839 152,839 000000000000046ec72d91ca2f7766fa05823797f3fc41ce5f08e68a9ae290ac 0.05 MB 139 114
152,838 152,838 0000000000000d4a216882a319b3eb348d927b63b6a93bb84e614afe435a9efa 0.01 MB 25 58
Previous 10 blocks ↓
Total Size: 769.11 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,629.58 GB sent, 93.44 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.