Memory Pool Memory Pool Refreshing

2,867 transactions
1.10 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,051 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,539 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,050 (668,457 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
239,593 239,593 0000000000000154adbf38e720e1c724dd94a7386199ab1e8484d945f62fd8ce 0.09 MB 215 164
239,592 239,592 00000000000000d4fad8e80c828b12ac645a30563cd322d16e3630d6aa46bcae 0.04 MB 71 150
239,591 239,591 00000000000000e949d2716d37897507489426ce7927bd8b3e70ac5983ad24f6 0.05 MB 78 123
239,590 239,590 00000000000000ee01b863730f8d1121b734a94dc3896e95ca1d2bd9dc9aa302 0.19 MB 404 155
239,589 239,589 000000000000001c1304e3d0e35d700e458c930fa4af00dcb64fd9e0cf48926d 0.22 MB 136 37
239,588 239,588 00000000000000cc6581b43bcb92aa2610cc63a148fac1f3824143a7f65487eb 0.22 MB 487 176
239,587 239,587 000000000000004143ccca6726dc8f9982f789c8e2866c2682f1a425b5fe1a48 0.25 MB 612 213
239,586 239,586 00000000000000b971bb3bc655c3c5c685e881ba59f212db57f0f9feda33ea09 0.19 MB 336 155
239,585 239,585 0000000000000048090ea8c74840af4b52dd60e48df7d007171a8bc1393bf0f2 0.18 MB 246 111
239,584 239,584 000000000000004e5c2567b2f375f57f69c2b67ed90a1d6e6a2fea958b6661e1 0.25 MB 676 231
239,583 239,583 0000000000000001e1e2ddf460ff89708b35f9923e3426f44c05e21e49f6a874 0.07 MB 155 182
239,582 239,582 0000000000000059921e6996fced23d09fdaa4c6d8fe2e24b3a385a903586372 0.24 MB 447 114
239,581 239,581 00000000000000609d01f1a95422df2ff7e8fee95eef144096a03964a743e64d 0.25 MB 809 270
239,580 239,580 000000000000003be204bb08145244bec6e4c1b3d48d9ad5e77ed4a5235e6901 0.04 MB 92 93
239,579 239,579 0000000000000146bd350af3be6d1cc93819ce4b821509aa66f1c843d25edce0 0.11 MB 163 130
239,578 239,578 00000000000001099d85518d69253b8b9ecbecf4c2878d1d8eaece226914bf6b 0.25 MB 668 177
239,577 239,577 00000000000000e6e2176fdeee222c3f175988e611324df528b89490f0cc842e 0.22 MB 396 131
239,576 239,576 00000000000000334c7028c29925c553166a2b1d322f4eb871c2e5056ea42aac 0.16 MB 361 183
239,575 239,575 00000000000000cd0c9d580b8809c990efd438d7437ab8fc5fcc45f138637e62 0.22 MB 417 572
239,574 239,574 000000000000002a4ab2009c61d39079a65df012e5278e4568b33b2954205d9a 0.25 MB 549 192
239,573 239,573 00000000000001001cf35f40e9e73677033391451a39f72f6f3712f6703698b8 0.06 MB 128 172
Previous 10 blocks ↓
Total Size: 769.64 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,652.93 GB sent, 96.07 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.