Memory Pool Memory Pool Refreshing

909 transactions
0.26 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,794 00000000000000000002349e0000000000000000000000000000000000000000 0.25 vMB 881 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,793 (732,744 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
175,049 175,049 00000000000007258a0666995094d227d87c52d3f6d03c84c80d27d12b11b8c9 0.00 MB 11 123
175,048 175,048 000000000000054bbd567bd1fcb46784d4e540fadb2b1e25ecdf1e476a317f21 0.00 MB 12 36
175,047 175,047 00000000000003d3f4fbd3a5a1d5a93ea6195c010bfbaf5f7e862a5e6c75946f 0.01 MB 20 240
175,046 175,046 00000000000008c0497dff43874419338d2376233784e24e5a03e65ce436d395 0.02 MB 44 288
175,045 175,045 000000000000004ed1888d0c6f02acc0bc6df0ce60021e2788ef13b0fed1fa46 0.01 MB 27 114
175,044 175,044 000000000000012582bccfab81d4a2f562f28be85a740b32e9ca983e1eecb882 0.02 MB 48 4
175,043 175,043 000000000000030e766e6f5e7d04473cf394232b8c5f1be4a290c3dcb8ebe796 0.04 MB 136 207
175,042 175,042 000000000000000fdbf13af622bf4bbe80bcfba4428e23c6e572d51c4978b315 0.04 MB 123 73
175,041 175,041 0000000000000999d404dda3e3049c6a35fd12461fd0b49ba93f271df0356898 0.01 MB 16 31
175,040 175,040 000000000000088f991145a7ef708867418b58696bdbf903f5ec91cd898ce15d 0.00 MB 8 284
175,039 175,039 0000000000000319db6f597c6bfac4d1161ea0c9b71ca55e9ce9022c5cc693f1 0.02 MB 69 10
175,038 175,038 0000000000000163b79a73ffa0412a66a1c517b577c05efb898107ed996be19a 0.00 MB 10 30
175,037 175,037 00000000000001d38f2bd9fa7f7c4a4eede0f2f51045bc3c37f2c5a310dfc9be 0.02 MB 40 54
175,036 175,036 000000000000021486e8b5de3243207ca317ca075cdbad92313673adfc427ff9 0.03 MB 44 105
175,035 175,035 0000000000000741a008bca5a0b44370ff1747adbcae4fdab89ff8d6d62f6b1e 0.01 MB 26 648
175,034 175,034 00000000000000836c7b0251fec67a73b392594608586680012e475f4ef72067 0.05 MB 135 14
175,033 175,033 00000000000002de687ea72f8e4e696d3d08f1533becc5e088f331b40c9b15c0 0.00 MB 10 25
175,032 175,032 00000000000001772a3d8c52012288c9d2f57fb18d902800bf2b24631d2c180a 0.02 MB 45 28
175,031 175,031 000000000000092f1188dca3b57d0130dbb5ebc5737748f5a7e91c56af2e38f0 0.05 MB 75 128
175,030 175,030 0000000000000338c6cbdeb04944496d0f216655e64ef75aad51b8e5edc4a681 0.00 MB 14 49
175,029 175,029 000000000000047fc606adf83482257d52800be9f7359684b30e5ff1e7973f1a 0.01 MB 18 51
Previous 10 blocks ↓
Total Size: 769.15 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,632.65 GB sent, 93.64 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.