Memory Pool Memory Pool Refreshing

5,464 transactions
2.33 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,591 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (608,805 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
299,018 299,018 00000000000000000e3d819bbf7b72e4452d696df19c36cfba93e05c987a1ef6 0.25 MB 552 38
299,017 299,017 00000000000000005b7309f0357152b64e5d9c9dc29ae087a825c83e374a8157 0.02 MB 32 30
299,016 299,016 00000000000000005838d0e7d7d76b60335a2fde0d34baab42cdd7d6c2f7acad 0.04 MB 64 29
299,015 299,015 00000000000000004a5df7f266a99394821adb4f1abc28739d19783db8be0666 0.02 MB 61 30
299,014 299,014 000000000000000044ae37830d01d44c1577356f6ae6a1fc7e0e2f94fcfe4cff 0.18 MB 362 37
299,013 299,013 000000000000000011bfdeaea431a2f06eba774459354bcb74afd744503888b4 0.19 MB 431 38
299,012 299,012 000000000000000033f0ed5a1307c6f9fe56677cee1ec9813088930114c08232 0.18 MB 441 47
299,011 299,011 00000000000000005261f75c9a425bcede92d46cb11940e0c13177d4248675de 0.03 MB 62 43
299,010 299,010 00000000000000005dc7717a31ef9c9a0ae4e08d7daba00d58a0f708886026b5 0.13 MB 338 45
299,009 299,009 00000000000000007580517e85dbf5a9eb5e7a7b10202631824c65745ac72681 0.26 MB 450 30
299,008 299,008 000000000000000014cc06e47f6cfbb5e8d864678bff2fbd819418a1e0a84d0b 0.17 MB 512 45
299,007 299,007 00000000000000002990d4155a85d638aa61c9831a3184571bc061f277451d45 0.04 MB 14 11
299,006 299,006 00000000000000001869324bf28e6b424645266222938d834fd5808961dfd8d0 0.11 MB 256 41
299,005 299,005 0000000000000000311f77661c45577722de4cced479961ec7c4ce4ab1415428 0.15 MB 287 50
299,004 299,004 00000000000000007e6a444ffd798d267462f559102926c320df33c21ba78d19 0.18 MB 352 36
299,003 299,003 00000000000000007626da3d793b140eb3228b9d4b8253442448d68d30acf663 0.06 MB 111 17
299,002 299,002 00000000000000002a50a1ce7a97cf8d20802518115599cb051c181d90caa0f6 0.14 MB 256 28
299,001 299,001 000000000000000007691eb44be47d010cb2d9a73593734da0ac64ed5824423a 0.08 MB 64 20
299,000 299,000 0000000000000000720d383669cca3015c56200b48f14de68bfe30d5698d04b9 0.11 MB 190 30
298,999 298,999 00000000000000002e575c56d1a00a531e06339b845bfe082071065743bf3142 0.25 MB 345 27
298,998 298,998 00000000000000001d56bb323c64ec01c0739fc7d5e744769f541c344e03acd8 0.28 MB 293 26
Previous 10 blocks ↓
Total Size: 769.21 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,634.35 GB sent, 93.98 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.