Memory Pool Memory Pool Refreshing

193 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,988 00000000000000000002349e0000000000000000000000000000000000000000 0.04 vMB 164 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,987 (717,547 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
190,440 190,440 00000000000006ae85523a4b52937865dde0052ac87f6bffe9a5731558cbd8f0 0.00 MB 10 186
190,439 190,439 00000000000001fbdd991275918000c44d140194f7d98a65d31e30c32a1d0de6 0.00 MB 9 14
190,438 190,438 00000000000007dc49c829a7dac31cd284bce6daf535b19223e4635a356c4fc5 0.01 MB 16 101
190,437 190,437 00000000000006a2a35b30959fe49a72e148dcbf14962be3c193dc9a37713a51 0.22 MB 641 187
190,436 190,436 00000000000004774ef7cad4991d76aabf0161a4ba80567a92841a0c5181482b 0.05 MB 111 98
190,435 190,435 0000000000000519b89bf8730473154998c63ad7c2c07d589349abf9c16b315c 0.05 MB 128 42
190,434 190,434 000000000000022b4cd16011c5c1e63660d0f2e7cd950bbc76e71b15f3e681e8 0.19 MB 357 121
190,433 190,433 0000000000000689575e8c217aca6ca5da5b6896d66c28ee146805bfc0911b2d 0.02 MB 51 106
190,432 190,432 000000000000072cbdaa7d33d3076aa2a0d7d42edd0f7be6d8fa70a628922cdf 0.17 MB 276 145
190,431 190,431 00000000000001bc9f5cc68f524288b0485d79df3ebc7c248bb0f197cf561b99 0.27 MB 512 87
190,430 190,430 000000000000075b31017bb82152c6b4ac215bc70a6cba90df1a9d5a63488637 0.13 MB 178 465
190,429 190,429 0000000000000794601cc0196f766c6de281ca2e329f4ed5cbba39b77ca3c95e 0.07 MB 143 82
190,428 190,428 00000000000005cee60d7d85c7ba27fa32bfada376d8a0efdc9ea50699a58e50 0.24 MB 577 160
190,427 190,427 00000000000003888438b05c1cfd36b0778d84c05dbdc91a5558f1b4be84f2ab 0.22 MB 544 126
190,426 190,426 000000000000074bce6415aba9be6501a2e97e47e1b4e9f01efa0c39ea574b14 0.18 MB 292 98
190,425 190,425 00000000000005502caad5112653eab577ad70a45c8bb86c0bc11cbb0ea885cf 0.00 MB 8 15
190,424 190,424 00000000000001ec1aa6c855d55f931f43e2853a25e7eb1b6a5eef3e3907eec0 0.24 MB 664 192
190,423 190,423 0000000000000336b9b14151750bfbb04085f1dc50d5010dd6d9b9eec68b64b0 0.25 MB 493 117
190,422 190,422 00000000000007c09b7849b37a4a9ab403f4b9d14eb2023c44f98cfea1a52394 0.01 MB 21 144
190,421 190,421 0000000000000325a4e13d8bb295c27997caf5fdcfabd0410703281a7d705e98 0.25 MB 703 151
190,420 190,420 0000000000000715e4fb8bdf820729c34fa9bd1bfaaf1595ee4c249f74e12505 0.06 MB 179 64
Previous 10 blocks ↓
Total Size: 769.52 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,647.70 GB sent, 95.55 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.