Memory Pool Memory Pool Refreshing

1,252 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 1,224 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (572,944 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
334,768 334,768 0000000000000000013fe5704ab114ca82104e32eb0b430065bd1a50ccfc108f 0.33 MB 558 24
334,767 334,767 000000000000000006880e169b6776ae90998b4c58bf0cda7998ae15dd454725 0.15 MB 230 17
334,766 334,766 00000000000000000d35959b5a750330ee8ca44dbd10a48e080bb10ff3dc1fcf 0.27 MB 211 10
334,765 334,765 000000000000000009f330a9503d27f01cf589887397c95e56e028f3ae90dcc7 0.75 MB 1,070 22
334,764 334,764 00000000000000000934486c0a302e30bca56f11740ad4f089cd8d69721d6b89 0.00 MB 1 0
334,763 334,763 00000000000000001686c7795a63b77bbd9c1eba87b9b2456fdb6abaa332b110 0.49 MB 451 16
334,762 334,762 0000000000000000141877c356e7838c27accf66890feb682ce16979146b0ac7 0.16 MB 391 30
334,761 334,761 000000000000000014aca9f0808957d46cb023acb397313dc014a10a9d9ac775 0.75 MB 1,660 29
334,760 334,760 00000000000000001935687d31289c2aba7b54ac7c7bc834e61e5573260baf69 0.76 MB 1,075 26
334,759 334,759 000000000000000011a20e8c09430ea0589e6cc67a29ff353c89fc6fd49d53a7 0.29 MB 503 23
334,758 334,758 0000000000000000141a5dd570247eb8cd1a7f5a7469b2f55efb77e9674744e8 0.32 MB 452 20
334,757 334,757 000000000000000019ffcb9a582abdfc8ab13062539a43e3ab9a512430ab3a7f 0.20 MB 267 17
334,756 334,756 00000000000000001294dc7bb91ddf8b348ce638b414f54613a2a31aeb6a5fef 0.28 MB 388 19
334,755 334,755 0000000000000000150f0ac1a54164aebd942c1d3bd9ab14535394c64a95ffad 0.01 MB 32 51
334,754 334,754 0000000000000000109579579d59a50300016df2847df8edbd1f89e0e1a2b7bc 0.45 MB 576 19
334,753 334,753 000000000000000013d464b8fe8bd75907f42902614628fe65ccc46dd955a47d 0.02 MB 16 31
334,752 334,752 00000000000000000f5923db3cd0e72ffba86a1f35b126ec9492f83a307b093d 0.50 MB 1,233 33
334,751 334,751 00000000000000001351e088d6ed8f21b24a0149d3908bb60838db9432e0042d 0.22 MB 294 17
334,750 334,750 00000000000000001061f4e4d7c7cc5da98fd2f2ba17b3ec062e2fbe4ecb7d84 0.75 MB 583 21
334,749 334,749 00000000000000000ba7e58d6c33f1184a10be97137727976eba785c776a7d59 0.75 MB 1,439 26
334,748 334,748 00000000000000000d407616445d44c88bf6ee2c517cb6122e6b04ccf48e3120 0.49 MB 810 16
Previous 10 blocks ↓
Total Size: 769.01 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,616.92 GB sent, 92.84 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.