Memory Pool Memory Pool Refreshing

2,011 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,871 (768,385 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,486 139,486 000000000000009643eae3c295ad2ce865de5c7f3c2cd8d66ed5f589a7404779 0.02 MB 39 236
139,485 139,485 00000000000004ff5e57df000b1df517221d08c9d4b5da03de743f4834de2ad5 0.02 MB 36 95
139,484 139,484 00000000000001d01acd8f6d28e0bf46236a000d3bdcf0f0996d9613ce4e1f4e 0.04 MB 93 202
139,483 139,483 00000000000000e0d61ba11fac60e7c58f8444dcdab7f80d79c51b4e1fd3f14d 0.03 MB 64 1
139,482 139,482 000000000000045afb679cf89b0fd09fe68228e5d1c4c3575236422221e11c0b 0.05 MB 65 177
139,481 139,481 00000000000007b1c135b78c3331d17230be8123a2931bc7545a43586085582c 0.06 MB 180 128
139,480 139,480 0000000000000240ed382006da30ddb6815c1c60f835d637c8c83882de179a7e 0.03 MB 37 207
139,479 139,479 00000000000004560295ecbabb241737362e36e272e348c0235a779fd938a413 0.05 MB 71 493
139,478 139,478 00000000000005cfe270a133c39fd89b788d880ba49ccb8f32a0ec96105fcaa8 0.05 MB 67 256
139,477 139,477 000000000000060778c5432c2fa2539222015707ac461175bc1fad69537c6930 0.05 MB 101 156
139,476 139,476 0000000000000017c10d8d5ff7500db25c211ad6c4eaad1993e6dfe53d9c33b8 0.02 MB 35 64
139,475 139,475 00000000000001bdf84221bb9134f2381408ca48a223708a3c61e760a1a29c7c 0.04 MB 81 151
139,474 139,474 0000000000000207b76ee2c6f0ea8d427960337e4adeb0b128b0c6f1e775a1c2 0.03 MB 13 155
139,473 139,473 00000000000001afcca923bb0d6a1e0ad66464705ddfa24bc248524683e224f5 0.04 MB 62 163
139,472 139,472 000000000000069c6aa68a08430d254bb59ab7e75e6fc5f367ed163035d01495 0.03 MB 90 109
139,471 139,471 00000000000006310f2384c389ce7ec01ef33cc9f99bb25f44645ce007636bb5 0.00 MB 4 520
139,470 139,470 0000000000000384b1690a2390decae16d7d0dd32f79a7cf4da28b8846a3e6f1 0.10 MB 187 179
139,469 139,469 0000000000000852f6d14ef85cba8fd8c30c31680050e0378ba30c78bf5922f5 0.02 MB 45 236
139,468 139,468 000000000000039a5c58d048ff97f2c09833850fa50fa8ec9890bb812c12394f 0.02 MB 50 73
139,467 139,467 00000000000007c0a0277813e412b5979413fdeeab5ff0b1dafe979e794c17ce 0.03 MB 51 184
139,466 139,466 000000000000044fda2e75fb6ecabbcbebcc26b12e62259fea4959fb6ff9079b 0.02 MB 53 99
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.67 GB sent, 94.44 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.