Memory Pool Memory Pool Refreshing

6,220 transactions
2.02 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,703 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,899 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (728,672 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
179,030 179,030 00000000000005382140bdaec4eac46b6246c62307e396cd61d760fa32b5103f 0.20 MB 591 134
179,029 179,029 0000000000000af719cfb2c22f12fef36be759d64b4d1a1076a7580d53e94865 0.25 MB 743 234
179,028 179,028 000000000000070b67f541c464679db10e81a941492b538fb45513c130436f46 0.02 MB 40 12
179,027 179,027 0000000000000a0a9d779f73b3b090d22a4cc088f80906180284ce94ecaf6579 0.03 MB 119 8
179,026 179,026 000000000000060b2e887ee251e4bb4d62029b3f3cd9c1da1467d987e1fd7f3f 0.00 MB 1 0
179,025 179,025 00000000000009020ae160b1ba6bf3bfacce4f930bd6daffa6838afed2d9f685 0.02 MB 37 67
179,024 179,024 000000000000040f5ab8bea4aef7494a8893b1b5b33db88b67a150e96227fa13 0.04 MB 102 92
179,023 179,023 0000000000000a3d4b9e43e4b6b53ae773cc060fb00c2d98f364db4b9a80dec3 0.04 MB 113 75
179,022 179,022 00000000000001e6a7378f838ba4aa0c528bb250c0fcf1dcee4e0a5c2fd8fd3c 0.04 MB 66 80
179,021 179,021 00000000000009fff87aec327a32e37c8dc2594ebe86f929e4135ca7469cfc2a 0.07 MB 170 118
179,020 179,020 0000000000000a8df7dfdf1723694248f729837cf382842f250d216cf9015315 0.00 MB 8 32
179,019 179,019 0000000000000744d1c0a0171b92e5ab5a81ac89a9db0f508ab81166ef5fa9b9 0.00 MB 9 0
179,018 179,018 0000000000000479fa3bbe66a4e48fd0ec9260238f751bd432a3758fcc854ec7 0.03 MB 28 68
179,017 179,017 00000000000000808a4c4dcea1f47ac490d6dae9c504ecbc0eaddd4b1559e825 0.02 MB 52 61
179,016 179,016 0000000000000214e97e357ce2b63bcba30cff2386831b2724fb69e1a310c404 0.01 MB 28 217
179,015 179,015 000000000000057b56aaa6791b448517ea28a7e9b15d668f16c47554d3bae955 0.02 MB 26 96
179,014 179,014 000000000000079dcdf3fca771c6ccbe1691169466a54db22a4f2b7a231e19d6 0.03 MB 62 3
179,013 179,013 00000000000004a480289db9e096f56347602447b244ad16c6d80732abbffc5e 0.03 MB 76 121
179,012 179,012 00000000000005836435039c89dc6ccd21797d2733086a667ecc5ad8ed8b9340 0.00 MB 1 0
179,011 179,011 000000000000005333d511e78ec825642aa761a034828665ec7dab352fa3029c 0.00 MB 17 63
179,010 179,010 00000000000001758e3fa9dd52f47fdee7bcd6755281ccad4b18d9ff310f6c14 0.07 MB 110 93
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.