Memory Pool Memory Pool Refreshing

8,245 transactions
2.61 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,848 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,728 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (804,682 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
103,165 103,165 000000000002e0a35852077c159a0d8902f7c510c764e422f1a75e4ba900d741 0.01 MB 23 0
103,164 103,164 00000000000288f5c8965b313aa738dd6837c8b4b6178e2c7c97a17435b5eac3 0.00 MB 2 0
103,163 103,163 000000000000c427f3d3895ddf6def1aff2bbe16ac80dadf2748b27f6961a6e8 0.00 MB 8 1,297
103,162 103,162 000000000001a4cd52b1a65c64c595a81a3dc48a9471232ef4b9ce01b17539bb 0.00 MB 3 0
103,161 103,161 00000000000228395aa88a242736d4ffb7022bbc5c9a37baf57cc87d7d5d397a 0.00 MB 6 0
103,160 103,160 00000000000128d4b9fbb226b8888a7cb2b422aa66f3fcd3a43fa9465f972d1f 0.00 MB 21 0
103,159 103,159 000000000002944ced8c722b3daf69d03df82fbc464ea4300002e4f1865d5b38 0.00 MB 1 0
103,158 103,158 000000000001368aa9880451a9a5d267a925cec43f574bb307e9bfc8928f6190 0.00 MB 2 0
103,157 103,157 000000000001944540f088eb88d56d01ffde82018bc3e34bf86a4f0496b1df19 0.00 MB 7 364
103,156 103,156 00000000000292bcf89f853f7043419acfd5bfaf4aaf8c0c6d4bf660d496e6f3 0.00 MB 2 0
103,155 103,155 0000000000034b83202ce079cd9ad8f2e8b96f3bb7b68586ab8f41d28fee6255 0.00 MB 2 0
103,154 103,154 000000000001e12f9c9a9341ed7bac007367f1f39a4d49547e1dfcdb987eb669 0.00 MB 8 0
103,153 103,153 000000000003430d0f708a9b4564194fe0429232481bd8581b256350885badde 0.00 MB 1 0
103,152 103,152 0000000000021e264f176410cb4d687cf7e695a05a194c48ddfbaa4f0a0f943f 0.00 MB 1 0
103,151 103,151 000000000000dc5ae7cc80893e2906de0d686a7b5fba2d3d7604bf57537b3015 0.00 MB 1 0
103,150 103,150 000000000002000fb69aa9717395902df7c52590d1e2d84356460bb7bdda4113 0.00 MB 5 0
103,149 103,149 0000000000038d1952542d7514496755218cb55b89ac98e14da20fbd863cdf52 0.00 MB 3 0
103,148 103,148 000000000002c15f3c8c6dacbae7adcb484cb1d695d75ae2318790258116bb73 0.00 MB 2 0
103,147 103,147 00000000000166c1f3de4a79b5e6aa5a7a8c56563e5a0a7fc410ed3f79c53ad7 0.00 MB 5 0
103,146 103,146 0000000000032556287d644cdf25dfe6fc2ef01531d1136ed478127d71f893ad 0.00 MB 3 0
103,145 103,145 000000000001b917e200ca996e457e2784e7deeaa3a7a25f0314973c287e3988 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.26 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,635.22 GB sent, 94.21 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.