Memory Pool Memory Pool Refreshing

1,909 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,447 00000000000000000002349e0000000000000000000000000000000000000000 0.59 vMB 1,909 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,446 (818,669 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,777 89,777 00000000000016366f85fea07e1711c8c493afcd365a36e64d52e7beccc038bb 0.00 MB 2 0
89,776 89,776 000000000001728d0c47f79d647a3bc4b59ca9ef71b4216dc8cb2545a6039a2c 0.00 MB 1 0
89,775 89,775 000000000014be82e5e786ed6af2fad2ea76cefb0abb1406ea5b178314483fb6 0.00 MB 2 0
89,774 89,774 00000000000a727073a999f81ddfc0719d615cc39c1ac2a84e8bbc03633043d6 0.00 MB 1 0
89,773 89,773 00000000001023362324de7dfde873b0b81ca89f60d7d13f68c9cb634d549cbb 0.00 MB 4 0
89,772 89,772 0000000000040586b95590337ab1bcc51fa0bab8516ba297a6ddcb59b5772f7a 0.00 MB 2 0
89,771 89,771 00000000000fbd429bcb68677ef393623fe8d1deec14ef65dd36c3b5c5560d5a 0.00 MB 1 0
89,770 89,770 00000000000a8d5f0a1911c7b0055d255c13bf5eb493462815c089b4cea6f910 0.00 MB 1 0
89,769 89,769 00000000000edfcb2b5c71e4ce4671d2fb82d7d20aff6c9999bc82da984e1274 0.00 MB 1 0
89,768 89,768 0000000000116a795cf3ce85575c25409555e4cf4ef130d66707d3c56a5b2ba6 0.00 MB 1 0
89,767 89,767 00000000000534b759bba47a20376bcdfaa21379e14cb6bfa0344aef1b08f579 0.00 MB 1 0
89,766 89,766 000000000002fe31b230712ad19bce25a7267ad26581e8a651a18b00843098a8 0.00 MB 2 0
89,765 89,765 0000000000033d3f0c254380b56d08a1666e1704af58b4f241a34197f31b9f55 0.00 MB 1 0
89,764 89,764 00000000000f55e786d7834a8589910114b862fce30cdb46ebe654f27748abea 0.00 MB 1 0
89,763 89,763 00000000000e86ac857bffc5d6a0918f549259af477e41dcdfaada278c94ffdf 0.00 MB 1 0
89,762 89,762 0000000000151827fd21c6816f36f10360438aadde781380b574a4661c3068fc 0.00 MB 1 0
89,761 89,761 000000000008b76f569f06d2188414833478881f3a3d15401bac72d9ec48189f 0.00 MB 1 0
89,760 89,760 000000000011938764dfe8f56b5d356c3d6e839c5e64e3fbf25a4ff8340dd83b 0.00 MB 2 0
89,759 89,759 00000000000691f8997025437dc7625ac4898976fe40c692bdf92afbc602ec84 0.00 MB 1 0
89,758 89,758 000000000002966ff8a37824171194c8434776f1022632d3e4f652fb5ec61334 0.00 MB 1 0
89,757 89,757 000000000000ace25ac869ba5edc08ef816d4564214541ac459430a9e76582fd 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.53 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,775.51 GB sent, 99.70 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.