Memory Pool Memory Pool Refreshing

989 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,890 00000000000000000002349e0000000000000000000000000000000000000000 0.30 vMB 983 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,889 (90,055 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
817,834 817,834 0000000000000000000026b241976674224427de142424340be7b0b45ffc13a5 1.55 MB 3,211 132
817,833 817,833 00000000000000000002618b9541ecf1d1bfc96bf0bba6d1d5fa7b824bfb246c 1.60 MB 2,246 134
817,832 817,832 000000000000000000041cc8e38fa62a5156e9a299dacdd1e30cb618a4db9d9b 1.67 MB 3,332 133
817,831 817,831 000000000000000000013873daaff66f8ec5b48075babbfcccac831a00c8c767 1.74 MB 4,011 96
817,830 817,830 000000000000000000020cbe4e54d4671ec5130c515abab40bb17bb22d153dba 1.58 MB 4,132 134
817,829 817,829 0000000000000000000008c675141e28c31fc6111fc01d3b1db7b48a42cf2c9b 1.70 MB 4,345 106
817,828 817,828 0000000000000000000227c3d4743255d7bf7a10b7a6e13b53bdc3f873d197bb 1.57 MB 3,928 145
817,827 817,827 000000000000000000018e41a38cc6e84ffc8b02eacacd8d2dd1b80dfdac3a78 1.88 MB 5,355 83
817,826 817,826 000000000000000000010239bdcce35a93d233bc991a3d5e0acc3ab3475772ac 1.69 MB 4,131 114
817,825 817,825 000000000000000000001f5c1aa262ce84de87a2584f627bd2933de30aa2706e 1.60 MB 2,694 114
817,824 817,824 000000000000000000036133fc5e75e5bb3656f2aaedb6f7a06e1997e1627bd7 1.47 MB 2,691 67
817,823 817,823 0000000000000000000242a5f45caddd2f6d44e8810ea340eb3c45c3411542e8 1.47 MB 2,812 87
817,822 817,822 000000000000000000020f66cc3a2bc0417b4f66ab9c4eadcdff346ddb4ad268 1.62 MB 3,375 132
817,821 817,821 00000000000000000001ef9ebb3ca163da94b8450521a4a9b5a91c974d4d8f2f 1.72 MB 4,172 113
817,820 817,820 0000000000000000000456d461b9082dcd98c750a912cb7d7a6512072ea40a27 1.70 MB 3,436 74
817,819 817,819 000000000000000000031359d3aff6ecfb95995bc9b84b079302836db45174ed 1.64 MB 2,673 202
817,818 817,818 00000000000000000001b5cae9d6697b3383fb22749b78259ce599aa4c68d20f 1.65 MB 3,901 132
817,817 817,817 000000000000000000038e07b5e8eaa8bd723fba908fe73019f730d4f503a049 1.63 MB 3,510 92
817,816 817,816 00000000000000000003485455508b53323e4b98946767c3cafee75880da0067 1.74 MB 3,329 153
817,815 817,815 000000000000000000004686c525babaa300632c32cd5473df720be499e20be3 2.60 MB 1,100 267
817,814 817,814 000000000000000000010fef3f83140e9f9e035044d8627cf103c7c10a8de489 1.74 MB 2,936 230
Previous 10 blocks ↓
Total Size: 769.33 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,643.20 GB sent, 94.62 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.