Memory Pool Memory Pool Refreshing

4,531 transactions
1.91 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,429 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (650,108 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
257,761 257,761 000000000000001965088f26955de56a89d925b59cc5f5372e3a5bf4a032a8a1 0.12 MB 243 96
257,760 257,760 0000000000000021c1673ae5f8f7735542a1748ca0c13de59b6e1aec6229db33 0.10 MB 291 125
257,759 257,759 000000000000002f94c0477be966f4ebb0e3d7ecfd59c7250999352074e2fca1 0.09 MB 220 97
257,758 257,758 0000000000000002e2521628b6fdaaf462eb3e70b970f69460a425723a850300 0.09 MB 219 90
257,757 257,757 0000000000000012632aa09bf2333c1459fe1e73bfe6753b4b136dc4e11990dc 0.03 MB 71 87
257,756 257,756 00000000000000056c598e65f9cd6525b88d785235cbd329f1a026c13a842b6f 0.07 MB 157 82
257,755 257,755 00000000000000014fb5e90df4423e0621a45c52797d8b8b01f0ffca6f254bb3 0.26 MB 633 111
257,754 257,754 00000000000000078bb1c9c3cfe72c06b831daab9eb0ade02887d3500602d35f 0.07 MB 172 134
257,753 257,753 0000000000000015a267866c4c03eb8105e4e1fed86f89a0b721ca0f2ee5d1b1 0.03 MB 71 97
257,752 257,752 000000000000002e68f0246bbb4a0a58448e526e3fb2d2737f893420f0636927 0.19 MB 512 116
257,751 257,751 000000000000003158574acdbed2d21592f0eca79de3b8b324a4ec3f20246121 0.04 MB 126 69
257,750 257,750 0000000000000026e200792bd6af3596152eca74bd850e0ef45e457795e82d9d 0.04 MB 91 59
257,749 257,749 00000000000000285c514e73c0b61d19803798f0d4b2761c902381f3581cdd33 0.18 MB 435 120
257,748 257,748 00000000000000243fbd3f773e603bfeb48c090fcb4dae42ebb9dd866ba1ef08 0.08 MB 150 35
257,747 257,747 000000000000002e091d37b90136bb940e040ae90b2201270cdc4a30ac476676 0.14 MB 373 126
257,746 257,746 00000000000000184d5751b1e9e89bbc6306f47d0f975ef52d40e5dbe0fb05d4 0.33 MB 795 94
257,745 257,745 000000000000001e789cdc2b0c44e7147b11ecd0dd74127d96e80c5ca8c97871 0.17 MB 366 126
257,744 257,744 000000000000002979fcbeae6aa8bd5648ea8d2325eb559dddbf5a7fdbd7faa2 0.10 MB 259 83
257,743 257,743 00000000000000301ef5aedc87ef4250d7121265319a41c9a570c891eeacf3f9 0.25 MB 635 133
257,742 257,742 000000000000001342e093f5d1626f5592125e19e7a3780f831f9eb458f3c656 0.03 MB 88 123
257,741 257,741 0000000000000023cd059537ec5a2fb15490132467b3400db682cf2d1882e966 0.08 MB 175 138
Previous 10 blocks ↓
Total Size: 769.30 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,642.60 GB sent, 94.42 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.