Memory Pool Memory Pool Refreshing

5,147 transactions
2.40 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Priority:

Feerate Time
3 sats/vbyte (within 2 blocks)
2 sats/vbyte (within 3 blocks)
1 sats/vbyte (within 12 blocks)

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,748 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,410 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,747 (863,034 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,713 45,713 0000000013602a46681bd31ba893223653c8e82f24197563f242c196fc1f4462 0.00 MB 1 0
45,712 45,712 000000001a26017138f350b7ad60985042e66b99bb9dc25564735333e42c199a 0.00 MB 1 0
45,711 45,711 000000000b56f9e83d0da58c1726187d096771312be04a0b6007c9aee9953dae 0.00 MB 1 0
45,710 45,710 0000000003a3635273c160a51baeec0cb131f8197e98b025a200b300feb23de9 0.00 MB 1 0
45,709 45,709 0000000024d248a791e9406ccaad199fa2bdd58b0351bc2f866ccc5bba8601b3 0.00 MB 1 0
45,708 45,708 000000002769777862627e74463dd75fd91756de93d2b3002d5fed3d369d55e8 0.00 MB 1 0
45,707 45,707 000000000881d1fed82783ca927b3869f3bf5fe250ae7fbaaa378afa17bea86c 0.00 MB 1 0
45,706 45,706 000000000e1a645cbd735d106c9d54853d1c33840e4c50ee4f66b3d8f9458290 0.00 MB 1 0
45,705 45,705 000000000545fff5c5a794935306cbe122a71ede29acd213118cb0d67ac1a608 0.00 MB 1 0
45,704 45,704 0000000008fc75b6de3a9faecd929029982411143d53ad07dc683eb009eaa55f 0.00 MB 1 0
45,703 45,703 000000002e7d9f0482a22eb68f5bd7135353e545cbfa21cb309b212428f943fe 0.00 MB 1 0
45,702 45,702 00000000353f93eb2990349642683762e770bc586a0fc9b3b91c96612591d195 0.00 MB 1 0
45,701 45,701 0000000014e31bdccae946f796adf4d8649cf469aaf8fc8579578cc581272568 0.00 MB 1 0
45,700 45,700 0000000005c10d1af8c1b9f4a108737db47d0af4a7f200079e887223a910c5a6 0.00 MB 1 0
45,699 45,699 0000000008ee9b9787ddf15af547f48a5973f3c301ca9ea8e89029e2eb9eaefa 0.00 MB 1 0
45,698 45,698 000000000c446a3aabf8ffed432ce2deb9c994ee0ea62abd16cde694b4526960 0.00 MB 1 0
45,697 45,697 00000000381b496c2d68f1fa068a8499733065c8c606d3ec3e2ab8b64d4e11e6 0.00 MB 1 0
45,696 45,696 00000000264dfd18a4e681228d758e4576f4434a8bc0eb37def910fca0d40bdc 0.00 MB 1 0
45,695 45,695 0000000035095b37dea1f141a3ba05c9daa71e34e24f8e1deb2e568abf1e8b09 0.00 MB 1 0
45,694 45,694 0000000012f183862eb5a88c80fa3161c38d6b2f9a81866ba72cb864fecb2af9 0.00 MB 1 0
45,693 45,693 00000000064e8d29f05d05de6d5064172fd041fe5b1956528b77acad1f0e1d91 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.09 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,856.05 GB sent, 102.47 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.