Memory Pool Memory Pool Refreshing

4,686 transactions
1.72 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,147 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (694,348 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
213,502 213,502 00000000000003e011b2224bdb1c5cbf2ef2e974c925d125624ab6b2ea157166 0.08 MB 163 180
213,501 213,501 0000000000000460e24ee0bc6998f339deecb8b08f6da5562f01172ebdc0c7a4 0.06 MB 157 226
213,500 213,500 000000000000030cb3fcafea82b0eadb36143f8a69a04bf55ddf348059a7b6ad 0.10 MB 235 134
213,499 213,499 000000000000032648376e4dde1e1e265ebc68208cc971ce9dc34d3cbd24a18a 0.06 MB 135 138
213,498 213,498 00000000000002aa46c3f5a33284b2121b92390d0f348ddfdac67a48106d1580 0.01 MB 29 131
213,497 213,497 00000000000000810d450d602a03a9bdad5387e6b95e9f8666412752178c866f 0.08 MB 169 93
213,496 213,496 0000000000000399f539c5775e0eae6ccefbc856300c2ad0a201179e056aac42 0.14 MB 397 172
213,495 213,495 000000000000009ebbc75d3112cc7598a8ef18c7aa55041b6aec4d73e2c1e9ee 0.07 MB 184 165
213,494 213,494 00000000000001c02fb4d66efa672a41119b9c9c0ff3a13e911d8cde32815c30 0.20 MB 743 207
213,493 213,493 000000000000010a2fcf41cf9420bf577ab1d1f051918ee19c6074f4e93cba3c 0.08 MB 104 99
213,492 213,492 0000000000000166487f4fb6801df246f4b60175ba736359097c7a1eb0155a40 0.18 MB 584 211
213,491 213,491 00000000000002f252a36bcea8787ba33f0607cccea8872e59d52ed786b476f0 0.06 MB 100 124
213,490 213,490 000000000000015b0774c5491993ae97858354c8e592a40290e61dcc889591e2 0.03 MB 87 11
213,489 213,489 000000000000029b127a57887d74e2d05691f410196aa2c4700a43c0905e0826 0.02 MB 42 70
213,488 213,488 00000000000003cf0831335db60109578a72969598276ec92e2076a891e7f889 0.23 MB 329 116
213,487 213,487 00000000000001ca373e5d308046db2305fbe2e60cc6590854855acfbf6e4ef0 0.24 MB 615 210
213,486 213,486 0000000000000306329281cc097c2f880b897654b8b3d12d07e83fa4ca0cf9da 0.05 MB 40 79
213,485 213,485 0000000000000191413b193d6cbc90055689f97ea5142bb4656849dfe8917b5d 0.05 MB 105 175
213,484 213,484 000000000000018983d245bf8f435751734de448b90913ab615d9254872f85ff 0.01 MB 25 187
213,483 213,483 00000000000004ec49b0c8faaee2cd4eb5de8bd80fde804c3c32e8c00398e4d8 0.09 MB 197 113
213,482 213,482 000000000000021c76d2e4d0ad95f9397dfb54a50ce7653e4261baac330f0d43 0.25 MB 706 221
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.27 GB sent, 94.23 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.