Memory Pool Memory Pool Refreshing

18,895 transactions
6.04 vMB
Show Random Selection Loading Transactions
Max Size: 36/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,231 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (393,208 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
514,511 514,511 000000000000000000184645782c42aba342057a072cbd52349c7022ee65b8d5 0.21 MB 440 26
514,510 514,510 0000000000000000000a726d3f46b811c0f1cd7eb765f202516ac53a4dac0202 1.08 MB 1,817 18
514,509 514,509 000000000000000000478472bf4629632ce45d1db06dc7ae49d74272dcf7e21b 1.12 MB 2,081 41
514,508 514,508 00000000000000000012afaa6f62550465fbd698e09db7ddc981bb8332559ce1 0.85 MB 1,606 31
514,507 514,507 000000000000000000262867c5166f9e794ee209ae5c98d1e08eb501774b61fe 1.09 MB 2,211 30
514,506 514,506 00000000000000000026aa96152bbbbc8f83e0025ced9f68c789bd20fd063578 0.34 MB 388 14
514,505 514,505 000000000000000000265660bbc510b2204f5fe15bd03b8560376e5d9188f805 1.02 MB 2,115 29
514,504 514,504 0000000000000000004f56ca006e88959b04d667e5477e2c31e6c09e7d72ae10 0.42 MB 569 47
514,503 514,503 0000000000000000000709dc30b3e1d8e4599fa249d739b86a94ed40c33da329 0.08 MB 198 36
514,502 514,502 00000000000000000001f98732b88ac12175fabf7195737ab50118de6fb0c110 0.67 MB 1,283 28
514,501 514,501 00000000000000000038f277e1c295b3d7a9f305ddb24f6531f8c4d34bea1c1c 0.06 MB 122 22
514,500 514,500 00000000000000000014f20b94414bd74d87d77f8c7a026c34ad5cdb7771bedd 0.27 MB 567 34
514,499 514,499 00000000000000000012c5d3eb8cb25365a2da8f015031c14629ce65a7517f90 0.75 MB 1,582 26
514,498 514,498 0000000000000000003401d50453180677f88a2acc9919edec5349cc174ccd15 0.27 MB 558 66
514,497 514,497 0000000000000000004a84f0ba8096c0663a53d8b968ded9d10417b165cbd238 0.17 MB 420 31
514,496 514,496 00000000000000000041b00ea0b0e716ddb6df9c09381eff078f7d12f883ad9f 0.57 MB 1,141 33
514,495 514,495 0000000000000000002f0e36273d1026648403461520ce9ae32b342e05b70941 0.47 MB 919 25
514,494 514,494 00000000000000000011ee21567ee5a168e5800531c2cf59530b03d31e3fea0d 0.38 MB 701 39
514,493 514,493 000000000000000000172fbc2dc756519a20815f8bbff5a0b8fb19a3a368e2dd 0.87 MB 1,614 46
514,492 514,492 00000000000000000008513c860373da0484f065983aeb063ebf81c172e81d48 0.76 MB 1,044 32
514,491 514,491 0000000000000000004464ccd0a4d6f0eb7de5eb48ec67bd3164b87878160911 0.30 MB 587 17
Previous 10 blocks ↓
Total Size: 769.02 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,624.40 GB sent, 92.99 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.