Memory Pool Memory Pool Refreshing

2,066 transactions
0.71 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,754 00000000000000000002349e0000000000000000000000000000000000000000 0.66 vMB 2,039 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (456,899 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
450,854 450,854 0000000000000000023e3f7043797a7db93d519efc225f730b8ae10e2ab1a5c3 1.00 MB 1,716 81
450,853 450,853 000000000000000002a1f53a488f651bf9c72d0d276ec10714fbcc5b536876ae 1.00 MB 1,593 89
450,852 450,852 00000000000000000248dbc3461fc81b8d529e491a830ea1b1ae2b7b6f3cdb66 1.00 MB 1,878 85
450,851 450,851 000000000000000002acc326f19f127f880a3bbff81444ebeaa8b2324148cd6f 1.00 MB 2,268 134
450,850 450,850 00000000000000000225c5aa9cfef984e2f1285e877574d509e20a4ceebca2a6 1.00 MB 2,235 127
450,849 450,849 00000000000000000231883b2d218370c681966da04848037aaf8a2e44bbd0ce 1.00 MB 2,603 85
450,848 450,848 0000000000000000027fd098346b282b123138ea131dad395260bcd589f0f3b0 0.00 MB 1 0
450,847 450,847 00000000000000000115c95f84a5df2344995349704cb3d18add9ba9e77c475d 1.00 MB 2,222 89
450,846 450,846 0000000000000000025e8b6ca43eee151811d0ba466ba9836fdbe4273dcf1652 1.00 MB 2,314 87
450,845 450,845 000000000000000000a253aa5164bf1a6320b6b45632679a5a56f2d35902afd4 1.00 MB 1,987 109
450,844 450,844 000000000000000000aeb6c2199c5661a33b412de212045b41e26a08f7905198 0.00 MB 1 0
450,843 450,843 00000000000000000287506f2b9bc83e159b4e03f81347cd6a8612e7a879407c 1.00 MB 840 111
450,842 450,842 000000000000000000075ae98c355a8f02c4f7784eead55ec3c3267fc24b9029 1.00 MB 1,915 124
450,841 450,841 00000000000000000229aa187d89e4b0c618620a97482a9f11e7ab8654d235dd 1.00 MB 2,165 128
450,840 450,840 0000000000000000009af402250b020f9bc0b52a8499b35794e3fdefc6427ce2 1.00 MB 2,544 61
450,839 450,839 00000000000000000120c91ab0bba8edde9537c5b0dab1c82eb364771781ebf8 1.00 MB 1,704 91
450,838 450,838 0000000000000000022423ccd04e12ec0d1893720d7264134217e35b68244bf3 1.00 MB 1,957 77
450,837 450,837 0000000000000000012b03745b24b041a3fce605153cdd7d049923416d844d46 1.00 MB 1,573 74
450,836 450,836 0000000000000000013de1161a4035627a6738876a147e250d685b32b248537b 1.00 MB 2,330 107
450,835 450,835 000000000000000000bda66d149865b138b70b595d891f2b19bf18578e132984 1.00 MB 2,381 92
450,834 450,834 00000000000000000084c5be341908b588e6ab09ebfb8e06515067321d6d491c 1.00 MB 2,115 114
Previous 10 blocks ↓
Total Size: 769.08 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,628.25 GB sent, 93.31 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.