Memory Pool Memory Pool Refreshing

382 transactions
16.98 vMB
Show Random Selection Loading Transactions
Max Size: 68/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,306 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 208 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,305 (842,248 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
66,057 66,057 0000000001974f106135d3675c6f35fe06e47737ac272b548fb4de4e83574f66 0.00 MB 3 0
66,056 66,056 0000000006fe06116175409073f49b8894d83f179ad944ccc8f61b4541995174 0.00 MB 3 0
66,055 66,055 0000000004ac89ab79df6ab34685f2f4d46e9af74db3b1f9efdd609660248e45 0.00 MB 6 0
66,054 66,054 00000000079e63d99fca8f125fbe5c3e97e2bc5b6edbc5111e938a5884b0f4a3 0.00 MB 2 0
66,053 66,053 0000000008174f9015bb1c3e552c672d9e2a22cf0b858dfc1d44dbdb78d02ded 0.00 MB 3 0
66,052 66,052 000000000916f5eeb43c6b97654a90acc83f6395402eba524516c019863cd828 0.00 MB 2 0
66,051 66,051 0000000007f8244d1878a60e075ac36dd18a8d5fb11c7e549ccf3510e4d9f805 0.00 MB 4 0
66,050 66,050 00000000052ff5bc31e25531f5f3e16513f1e7415f12ceed30e363cd757a3582 0.00 MB 1 0
66,049 66,049 0000000000b06088b0b330e29c6962372dd3ca683a0dfe0c6a88fead23b2ecdf 0.00 MB 4 0
66,048 66,048 0000000000946952a916b5f98c5555dca6c6ac7f7ab2759483f6c5a9199eb4ee 0.00 MB 3 0
66,047 66,047 0000000008251f89be1862397b054480851ed4c189331fadcd0a574ac8b29455 0.00 MB 3 0
66,046 66,046 00000000045e7c07ae9f7eefcafa2f92f2e5203c32b4d08b7ca5a8d438bff2e2 0.00 MB 3 0
66,045 66,045 0000000008c641b104e0d4b35393099f7a5ef4560d9bc0230fccd01507bbe98b 0.00 MB 2 0
66,044 66,044 00000000012ddb54ddd0a11f3fc366e5bd21914181efb44ecb844b1e17025112 0.00 MB 2 0
66,043 66,043 0000000000e3f794e2b9a49fb03c4c7b5f3186b1825ac9e0b970436c718ad4bb 0.00 MB 2 0
66,042 66,042 00000000064d036a61180f11fcac9890cdefed1a5da2c4300f53fab29f0a3cc8 0.00 MB 1 0
66,041 66,041 0000000005feae10d2b79751ccf81bd2b4965f895715ec4ad6d1bf93c6cc064b 0.00 MB 1 0
66,040 66,040 00000000048240129acc22f1bb2224e98f62c09cdf1f06ba1cb7d7ebc2708a2c 0.00 MB 6 0
66,039 66,039 00000000092250010c7f8eb51258c14d6c03ead8a101b0de442b82c959271acb 0.00 MB 5 0
66,038 66,038 000000000745649d372678aa32845d99dbcb96e7834b815e267df8ddd010d623 0.00 MB 3 0
66,037 66,037 0000000009325c16c392b0edf15cc674ffb28dde9cf56c969dac56826432ca18 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 770.19 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,693.80 GB sent, 98.51 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.