Memory Pool Memory Pool Refreshing

7,137 transactions
2.07 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,852 (762,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,262 145,262 00000000000004f4a3ff72b1dff239d6437c4f08911666ec7aa4bcc95a068623 0.03 MB 31 129
145,261 145,261 00000000000002bcab7b5ef4629f1fdc54057095c20c85a80084b38f8a3f8b6f 0.03 MB 75 83
145,260 145,260 00000000000005a11ce4e9183cf84c6807da3efe9792aa8aa535acec54df3550 0.02 MB 63 66
145,259 145,259 00000000000008ef48030bd6af00b15a3fe81ed589c6b0837dfe6c03c38c437f 0.01 MB 19 70
145,258 145,258 00000000000008eef81511ce7803855399de94aa8a41e5b38cea1012b95afc27 0.04 MB 115 198
145,257 145,257 00000000000005c2542c3a1cedf959f9199b5a723b9ce40a7af8fb120bf94554 0.01 MB 8 20
145,256 145,256 00000000000001091bed10e234aa1dbc0cb17859cc495fa4a8904918b9910869 0.05 MB 99 218
145,255 145,255 0000000000000169a62c9ca882e385112d849ffa43f49f51ec0b5b4efa197a3d 0.02 MB 56 114
145,254 145,254 000000000000016080fc9c39eaf4f98afd96195b0a6e08946b9da23aaac61f44 0.04 MB 78 225
145,253 145,253 00000000000006875867671917da0604ffe7e25325a806087df1aee713943771 0.00 MB 9 362
145,252 145,252 000000000000090578197ba42cf9843686c9cd73ee7aeb69fc14680d04941694 0.00 MB 8 124
145,251 145,251 000000000000088fec18eab1c1acd690b0943b524b469986cd82b4184d543c61 0.01 MB 14 57
145,250 145,250 0000000000000422350c6534ef3847dfa3b955f67c155f26e34464f44ab49e0e 0.01 MB 31 300
145,249 145,249 00000000000004fd413d90da71bf205e434e592848c32478796d2ea4e0072a78 0.01 MB 12 52
145,248 145,248 00000000000004c597361dca1cf21115cd4b7a7829aa5bd5d210986f9a187fb3 0.04 MB 87 46
145,247 145,247 00000000000004e2a58fc063ce0816e1bd17dceb50a52b72c47c93013e8f1e2d 0.00 MB 11 639
145,246 145,246 000000000000070c36844a8025624fea513c52bc70662a6d277ca827b0f3fcd0 0.01 MB 29 190
145,245 145,245 000000000000083be2c8a1a6ec5c70bef838af0f95ce15ccf51bcf99caff7a7f 0.00 MB 10 15
145,244 145,244 00000000000002445e0c30963aa54b97abed7df5c39b1316c4ced19783b323d2 0.02 MB 45 186
145,243 145,243 00000000000000f443a01a766532a6db064b9d398546b1789b073a67b73d09c6 0.02 MB 38 201
145,242 145,242 0000000000000180a46d36cc3d1a9f96a71e9d8ef034a9f9ad13092e9fa9f5ed 0.02 MB 72 41
Previous 10 blocks ↓
Total Size: 769.27 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.32 GB sent, 94.25 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.