Memory Pool Memory Pool Refreshing

5,805 transactions
3.15 vMB
Show Random Selection Loading Transactions
Max Size: 13/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,954 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (763,801 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,000 144,000 0000000000000681a73f1bb50454cee419048d24e1091bcddadded89df53fd07 0.05 MB 143 152
143,999 143,999 000000000000082ae2aa5010041aabc3a4bbf5a3455e48f37cb4473f3bea0a09 0.05 MB 88 311
143,998 143,998 00000000000005472fe87dc6cb3a1495b416fe7798f0c625ddca4952f5043de8 0.01 MB 8 193
143,997 143,997 00000000000000141641a61245b0c61c0e26d1575944d909d07ed74733d2e7bf 0.01 MB 41 44
143,996 143,996 0000000000000014eaab8ded793d25504c23e7a35a16bd6fdd3c69ccbc10de05 0.03 MB 25 98
143,995 143,995 00000000000003e905fa402a5d09b59df48a65c75e59d1236f7087ab76e7f769 0.03 MB 46 502
143,994 143,994 000000000000053f53e20fc676f4f17a5cd109c3c0c2fbfb3f2dd6668e98387a 0.02 MB 33 147
143,993 143,993 000000000000051a8b7e38a746db628481a801546ab5bb0de3f2af301d9c0b9c 0.00 MB 6 77
143,992 143,992 00000000000007e38fdc1daf25a43a6181840d7245a93acae77b9a7948e56034 0.01 MB 33 348
143,991 143,991 00000000000003b9f45d288d0156d25d3aa9c0b842a46b0f4dc959c127a0e448 0.03 MB 110 30
143,990 143,990 000000000000039c2923dee0d189f1209211c8d73620a20d56813b915882c00d 0.01 MB 18 516
143,989 143,989 0000000000000766c418d014aad526db71c49da2eaf465128fdd68f3cb563b62 0.01 MB 18 202
143,988 143,988 000000000000060914a65949cff9b847e58023ed5a363bef3d0c9d6e4491ed2c 0.01 MB 21 196
143,987 143,987 0000000000000060c69c4734ee479812d41036dcd0ec3f765cc59e7f6f5bd40a 0.04 MB 67 392
143,986 143,986 00000000000004b761bc50c1f59d92e9661d88730ab57097ddf5ba5675a7185b 0.00 MB 4 66
143,985 143,985 000000000000058114796181e7cb4d885a58c91ceb141a6df6e2d515eb8b40a9 0.03 MB 66 131
143,984 143,984 00000000000006421ce92530c26af46ec04cb1ddf793ee57f7cb8d206cb991f3 0.01 MB 36 293
143,983 143,983 00000000000004e6071def6ef27f232bfb2c2994d15e04d90aa5f5949509f8ed 0.02 MB 20 211
143,982 143,982 000000000000009e7920bf122324f1a6d69e3ee3f5f0d6b1ae9d913bed0ddebb 0.03 MB 94 121
143,981 143,981 000000000000057b5a1b905feae6b0fb0e15be3931591a388d0ab85a76d9de7e 0.02 MB 40 244
143,980 143,980 000000000000060eac6b3a7ac012c93a40bb1637ff1be2220fcf6fe40def9c5f 0.00 MB 7 64
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.