Memory Pool Memory Pool Refreshing

12,477 transactions
4.45 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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
908,158 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,276 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,157 (815,679 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
92,478 92,478 00000000000545e147967ef4dded1d9714bc4ab83321e6333ed7f7c2415ba098 0.00 MB 2 0
92,477 92,477 0000000000008db432861fa10166d717bc27ce8ead41a04907607457efe63bcc 0.00 MB 1 0
92,476 92,476 00000000000dc51269c56308b677b7f487514897edbce99cd0bd23d06f9d0238 0.00 MB 1 0
92,475 92,475 00000000000ad46ed4ea8a59f1f5aa4c805aece0e45a239ae913090dfd92da2b 0.00 MB 1 0
92,474 92,474 00000000000174f5b6a35a80c8c87af171ae20c5ddb671c1fe0cb885cceb7077 0.00 MB 1 0
92,473 92,473 00000000000c8a8055190b3d2306f06cb14439602d0d301d5a420f3bc972ebf6 0.00 MB 3 0
92,472 92,472 0000000000089fb5764fe25573a59cb5e94c6e07be960bb0a63606bf92c86072 0.00 MB 2 0
92,471 92,471 000000000001a365e0e5215c6100ebe7d3ed8eaeb1c57e478455f10227abb145 0.00 MB 2 0
92,470 92,470 000000000009ff8943a9768d0a7044d1d633dfcdc7f7466117ce44765a185d09 0.00 MB 3 0
92,469 92,469 000000000004b63fb1c92f21b361b6b8bbc40bb5f57e2197b25325ff23bf8517 0.00 MB 2 0
92,468 92,468 00000000000529edb6a63e2a2a47b7d98b4a2d9eb516db9fcaea880111343995 0.00 MB 1 0
92,467 92,467 0000000000011b623c5694fd6c752e7e0149745fd8a2e53f45df0e197aad4147 0.00 MB 2 0
92,466 92,466 00000000000d643c6c1ae59fd03a0d3698f0f761584fc001997a070b809ab95e 0.00 MB 1 0
92,465 92,465 000000000005c6f48c937a24611aad5e79b3e354b900193ffce85b8f47e4f525 0.00 MB 3 0
92,464 92,464 00000000000667e99ff450776b91443654c0041476ff32c04913b0b2cc4f5700 0.00 MB 1 0
92,463 92,463 0000000000071450ee5009577dc7dcf1b0ad33bd7bc3d3a94d3888c9ff091122 0.00 MB 1 0
92,462 92,462 000000000003f07849a4b6287f9c75a4d2c83f666a047c061046904025ec3484 0.00 MB 1 0
92,461 92,461 00000000000104599ce50df7a0f4a36a95bd6f6de7af791e55d4e5f5fe9bb424 0.00 MB 3 0
92,460 92,460 000000000008aacbaffc122529da3a154bb2ada52849a16bdb392f0c4f0216f4 0.00 MB 3 0
92,459 92,459 000000000002b25818030d0d336f554d7da2c078d1337ca13319dece9b464d8b 0.00 MB 1 0
92,458 92,458 00000000000178b864de6541c02b4e450b351ef1253c897f578dd4e898a0dcec 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.85 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,680.85 GB sent, 97.13 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.