Memory Pool Memory Pool Refreshing

7,443 transactions
3.45 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (601,896 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
305,827 305,827 0000000000000000250d351029849c580060392fce7f537049cb66a5461977cc 0.04 MB 80 35
305,826 305,826 00000000000000000d108b17e278095473df3c0fc412ea97c084458e998666ed 0.23 MB 305 22
305,825 305,825 00000000000000004306185063028cabede591c6866672a0911710038d345791 0.09 MB 256 41
305,824 305,824 000000000000000056e547a9aad0616a3c2eaa8aaf20811df9c4048b48da95e0 0.09 MB 190 32
305,823 305,823 00000000000000005cb37d3b1a9d29bab18cf204053b122aaadb1fe5b58eed97 0.30 MB 641 36
305,822 305,822 00000000000000005c61c7d3af58fee0cb3b5746c150d4cb904797b7f2b0e19f 0.10 MB 157 23
305,821 305,821 0000000000000000320495612017fd5937c8537600e033865d629676f0d6d739 0.05 MB 79 26
305,820 305,820 00000000000000004f513c442a086421d683aa1eb253efa1189ba78a27a3245c 0.02 MB 42 25
305,819 305,819 000000000000000035d4598ee27a48d2a5efbf9d2319c58afbbe924b42e10d58 0.04 MB 68 23
305,818 305,818 0000000000000000506d69e12fcd1eeb68f6c152cdf3d97cf07c2a6123b6ba43 0.17 MB 293 31
305,817 305,817 000000000000000049c1e1e136a99465f5d1b8184396bfaf8c221f75c4c0b5ae 0.02 MB 41 29
305,816 305,816 0000000000000000464e4dc6684c0ad9ea243bc103e2896d20eb639470c5e162 0.08 MB 176 33
305,815 305,815 0000000000000000004af30bd40690fed64bddbcddc3bf5784e1b00b873608db 0.01 MB 24 17
305,814 305,814 000000000000000001a2e61ea15988413509389ea376f9a01c12615adc783f30 0.11 MB 261 36
305,813 305,813 00000000000000004b26963b7707c86a11289bf589c59459858fe38ffc92422a 0.25 MB 518 34
305,812 305,812 00000000000000000aa8969b9fd8a11d12c874b0a399f5cc20d1d35308f6136f 0.19 MB 319 26
305,811 305,811 00000000000000000fddbe540fb01709abb178ba650e43228aca52ba2ce5a1d3 0.09 MB 202 43
305,810 305,810 00000000000000003b05d889f377021cc90066376f1a111781fbb641ead59364 0.09 MB 198 32
305,809 305,809 00000000000000000432a824aab804dc523a801e8a96883b2ab7936ebc5c5bb3 0.34 MB 734 34
305,808 305,808 00000000000000003ba8610576f5dd81f99dff1338ac059e9a6f9f160b67c2e0 0.16 MB 228 26
305,807 305,807 00000000000000000b0c01d61ba5ce601b1f016b7ae9058809526903bfbc9319 0.09 MB 256 43
Previous 10 blocks ↓
Total Size: 769.03 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.85 GB sent, 93.01 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.