Memory Pool Memory Pool Refreshing

1,314 transactions
0.55 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.54 vMB 1,316 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (759,058 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
148,719 148,719 000000000000099600128fa27857270e6bc5813ae08cd1721443eadc4e0a8c77 0.03 MB 80 106
148,718 148,718 000000000000057c0d100ddaf31d99962e35dd9bb2367e001c1bc99797038b9e 0.05 MB 105 188
148,717 148,717 000000000000016b969fed61b3e4e4cdeb3c0a2a1e5fe87f0dc18b6a808b8f83 0.00 MB 6 28
148,716 148,716 000000000000031cf95e63200dbe9a98cecd2775ab906a10002355cba8e23391 0.02 MB 65 88
148,715 148,715 0000000000000036009e758a9f1e6200392a8e59311ac46d80f45ed7cdeb8da8 0.05 MB 90 112
148,714 148,714 00000000000003f1e78b9ef7f39cfb4b63c371447c804c9feeae6f6a85c3fdd6 0.02 MB 68 119
148,713 148,713 000000000000074c042a91212ef8539e9c9cf312d0c7ce9faeb5304c1bb48f40 0.00 MB 1 0
148,712 148,712 0000000000000061e24b055ca865278eb1b1e303942375643f39b2ae604e605a 0.03 MB 125 85
148,711 148,711 000000000000040608ed5498f823a6578a1cddf2d95d996921fa80bfdc3bdd51 0.04 MB 51 76
148,710 148,710 0000000000000022b2e428df72ccd06e1fbd962acf2637e26100dd81ce8fe68a 0.01 MB 15 256
148,709 148,709 0000000000000541646a1d6d251098968136b31b3ad45102d8fcbcd76064834a 0.03 MB 67 71
148,708 148,708 00000000000005d90902244d6488d2cde32f9722f4b537e9279c8684d4fe3125 0.03 MB 69 209
148,707 148,707 00000000000000dfd683ea45abe61b2cb69d4d7f40a47331bb47eba5ab140a06 0.01 MB 53 3
148,706 148,706 000000000000014c442bb6fce10786cabed5f9f256303345f46aaff8d76fa589 0.00 MB 10 545
148,705 148,705 00000000000002c623e3f856d9a5866e0f1c709a6cf5c24159b24ac6304ab0db 0.01 MB 18 48
148,704 148,704 000000000000076b93ecaadab0245c2c46d0556c49eec96e0941f91f4fd48ac8 0.05 MB 139 56
148,703 148,703 0000000000000679bff5466e3838a9da3650cc85fe74a7fc47612b93c6d65b75 0.01 MB 36 314
148,702 148,702 00000000000006df45a062b2510a952267445f3b2d08647dd8b3d308591d65ce 0.01 MB 36 135
148,701 148,701 00000000000004ac291461990445b05dc535dcd14b85720a373dd252c320eb88 0.01 MB 37 199
148,700 148,700 00000000000000c4b758080af1b8d4ddd61e668444a40711a2c99a5dac78a1d7 0.05 MB 184 11
148,699 148,699 00000000000009b7ae4067c31227d5aa1896a7db4eb4f8cbcdeee086f4e8828c 0.06 MB 120 119
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.