Memory Pool Memory Pool Refreshing

517 transactions
0.18 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,063 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 505 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,062 (806,301 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
101,761 101,761 0000000000027a1aa0dfd8bd2693eb040d52cb1fbe2ff798cd91b890a613355a 0.00 MB 11 339
101,760 101,760 000000000003d11faf17b6ebd67b34a74b53b811a5ee39fb07d505ced05290a9 0.00 MB 4 0
101,759 101,759 00000000000022dca3155efd084ceb31ec45c692a1044c17c6c42e6e7cf5986a 0.00 MB 5 872
101,758 101,758 0000000000030c967fa69aa13912182d67a08fb23130abf34ce455e0446b2d11 0.00 MB 3 0
101,757 101,757 0000000000022521f7e373b4c307f381bf22fce97f1416a1e970e8ffa77020b4 0.00 MB 1 0
101,756 101,756 00000000000009d0aa45d4eb7bcea853e062773a184ca3066e1fc712ded1f550 0.00 MB 2 0
101,755 101,755 000000000001beee2116898c2db2f44b7993c128251c09d505423c2b82a36090 0.00 MB 4 0
101,754 101,754 000000000000d1a8ce30723e87e2cc2c755e5da91417df5e152199b8c070b51c 0.00 MB 10 0
101,753 101,753 000000000001cd5d2e775c08007ed5b8fa9691fe50a569bb1f1f51682ef70fa4 0.00 MB 12 0
101,752 101,752 00000000000130751359eae1feb84804357c923d04e1d617c51026b87a772edf 0.00 MB 12 0
101,751 101,751 0000000000016f2ca4569232e0651906f73f90a92802ec01e135a8728c0b8b59 0.00 MB 15 0
101,750 101,750 000000000002eb684166669fa644aeb706a49e7b026ad68db1d797d914c63147 0.00 MB 3 0
101,749 101,749 00000000000172c32dd7a3aba6e4f80342d9740e3d0a897a74323f2e1a1c3707 0.00 MB 3 0
101,748 101,748 00000000000254fba7c1ab4e2f9e57c80c8203c3d27faaae437a744627679f12 0.00 MB 1 0
101,747 101,747 000000000002ab70c48f7b1fe574ddd86fa1e8df0d508cf66e28237f4add9867 0.00 MB 1 0
101,746 101,746 00000000000287206a883d628280dad1de89709b39b842115d1402547455c5c1 0.00 MB 1 0
101,745 101,745 000000000003a5612f69c711db272a5759bd9b034dc362a9c7cd76953b292a57 0.00 MB 1 0
101,744 101,744 0000000000002e482d3ed72652e0d2d931abd9ff86f717dd8a6a87385a211167 0.00 MB 5 0
101,743 101,743 00000000000017f91b5791fa1b57f4701cd5ff6eadd17aa09c95236f6108c4d8 0.01 MB 20 0
101,742 101,742 000000000003980cb07add5f09ce2c85f7daa4a07fe052db93b3d98d94570a43 0.00 MB 13 0
101,741 101,741 000000000003f4c17872225746d37077b7a15aa25dd2750985d80a2451c535cd 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.66 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,653.99 GB sent, 96.15 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.