Memory Pool Memory Pool Refreshing

2,467 transactions
0.94 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,008 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.93 vMB 2,451 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,007 (685,164 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
222,843 222,843 000000000000006c967f0b208932658066a8b3e899e36797424af97b3eca5a00 0.10 MB 170 132
222,842 222,842 00000000000001d3cb29c078cb9aba656f56ccaa1f54f9cc55dd5326f659f32f 0.05 MB 136 186
222,841 222,841 00000000000002aac0d627d6f6ff885aaa5273781397a52c880ec02c5aa19e71 0.08 MB 190 160
222,840 222,840 0000000000000204b388ae53eba3f5e2bf08f0a5cde31da1563f97666e38389b 0.13 MB 272 174
222,839 222,839 000000000000008a4a0901b99d66235ab12b5c3e91b2b7e8151df7f6b3926bd7 0.04 MB 84 130
222,838 222,838 000000000000002f7d8121c167ca2119987b5cc7c2fbcef765013f3799d05e6b 0.11 MB 302 203
222,837 222,837 0000000000000455acb0c8d1ae802bedfd0ea4c97413c8abca31854dd32647dc 0.03 MB 83 177
222,836 222,836 00000000000001ab6b7e7c63735012d19c39d8c9ddb634e7c35c1cb715c0b4c2 0.08 MB 186 187
222,835 222,835 000000000000000b5102c8e7a8f29c84986586cf54528d30f348480e6f8fa0c7 0.08 MB 188 191
222,834 222,834 00000000000000ae5c3f67d91c2623b29f1520375ab120a6c0443674cb3fd2d0 0.08 MB 192 148
222,833 222,833 000000000000025bf8ff55a825991e589064e65a96065091fa96c5efe7421bea 0.25 MB 640 209
222,832 222,832 0000000000000426ac392e86f39fe3e3624e3beb5af42ddf19eb42e554048831 0.01 MB 14 90
222,831 222,831 000000000000046c65ac5622e18f920747e4f4efa4b2dfceddfc8d88b5d1bb7d 0.17 MB 390 159
222,830 222,830 000000000000047f1044347cdbc43c91a1cf60cd67f3849605cc960d66d338bd 0.25 MB 679 242
222,829 222,829 0000000000000350ea02944409d3be69dbab7c9452c90922ed9476869f869780 0.25 MB 551 90
222,828 222,828 000000000000010a38c983753111f7978569c5c754b567e7582420e1fdd2d5d0 0.05 MB 128 118
222,827 222,827 0000000000000394aeeccede47b33e7d8723b8517eae56e46217cc6bd5243e2d 0.24 MB 493 173
222,826 222,826 0000000000000247679afe91c9c33484c0778f47d3c6019d8c680846272626d5 0.15 MB 356 183
222,825 222,825 0000000000000427976d7687a2d40a01c570878d5bc26a736cb578802314da31 0.19 MB 446 165
222,824 222,824 0000000000000119eab834a32ea67278f5b66a39b151e16cfaab2004b56543b6 0.07 MB 122 93
222,823 222,823 0000000000000419f8451ff09c6c3e5d1746f7be6806dab08ca6ff65f028bb52 0.21 MB 442 178
Previous 10 blocks ↓
Total Size: 769.56 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,649.21 GB sent, 95.74 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.