Memory Pool Memory Pool Refreshing

5,443 transactions
5.57 vMB
Show Random Selection Loading Transactions
Max Size: 28/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
883,672 0000000000000000000277260000000000000000000000000000000000000000 1.00 vMB 2,040 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 883,671 (871,550 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
12,121 12,121 00000000ca2f96e6588933071f86cdf4c11f8bb50ad414ed2835e8402f2896c5 0.00 MB 1 0
12,120 12,120 000000000521d28328ca7c7351ccc9520091528d4088d29bac2cb2c22f5a41ae 0.00 MB 1 0
12,119 12,119 000000000bd070aa3ad468367f108faf885cb3cf60a1562974551f0bba72d573 0.00 MB 1 0
12,118 12,118 00000000977b3e19caf556766c95b768f747659945dbe152bed43fb8184704a3 0.00 MB 1 0
12,117 12,117 00000000e4ffee5fddb8a9e155ed54a32750062b4371e15222437cc0da0ca967 0.00 MB 1 0
12,116 12,116 0000000073ab32bcd727e3d16939769f6939b63da6f9c4323d4bbc18604929c6 0.00 MB 1 0
12,115 12,115 00000000a7b4236dfb86f21870395a438c9f2b388158ed30045fb85cc945c825 0.00 MB 1 0
12,114 12,114 00000000faf1cc38c0d0d4be80d1f6d8e52bbe85630968ffeda9d9e5953dde59 0.00 MB 1 0
12,113 12,113 00000000e4b80765b389a2a6e48b65e3a35080c013eebaea549d277b82db9bfe 0.00 MB 1 0
12,112 12,112 000000008c15ddc9e84e3d0efded36c87f0d05266fb31d7a1a48f496f35bcf7e 0.00 MB 1 0
12,111 12,111 00000000e2469e299aec2f5e92e8e42ba2e2aa7a7f2957a75cd339bb2971cc66 0.00 MB 1 0
12,110 12,110 00000000f6b496c683eb90e7f4f21080b28e5932c6545d05ef77a1feccd53fd8 0.00 MB 1 0
12,109 12,109 0000000067a0736a062f85bea8b73dfeb722918661f36ef8f9e844b1197fa5a5 0.00 MB 1 0
12,108 12,108 0000000061082dcf16a2b798e2e16873a1a822ad3c4a47e023d0606eacd58ff0 0.00 MB 1 0
12,107 12,107 000000004b10f54c6e729695000410c2ef74ad1252356555bd912983edb88a47 0.00 MB 1 0
12,106 12,106 000000008827a602088073169164fb1eae688435e4edc090b44a079afadd6f4f 0.00 MB 1 0
12,105 12,105 000000002bcf3e3c79adf6709e50a8f4754989b680aed5486e5046b381f9e075 0.00 MB 1 0
12,104 12,104 00000000245c0ea825f7027896482f3f912d4bab22537db2ffa640d3709243ac 0.00 MB 1 0
12,103 12,103 0000000015cef2fdb11aad88f023ffd4fae634e12e3bbacf2916af70c23e923c 0.00 MB 1 0
12,102 12,102 0000000071bd4dd79e189b918009ec3e441c26fd6fef80b98de7c378e47a5a2a 0.00 MB 1 0
12,101 12,101 000000001bb3ad7a1446eba07686f32d379c0738e74ed815fd97885dac173374 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 725.82 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: 2,336.72 GB sent, 91.84 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.