Memory Pool Memory Pool Refreshing

6,597 transactions
2.23 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,832 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,873 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,831 (217,625 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
690,206 690,206 00000000000000000011566ca031ceff17ce4cf66306094a9b5fdd89c76df770 1.12 MB 627 30
690,205 690,205 0000000000000000000f7aca473e6985dd8e8e97e3ed82b4b2bddf1ac46b8d94 1.48 MB 2,548 53
690,204 690,204 0000000000000000000b26ea2288aa34f64744e4f49c639c97c06c1b8384aac8 0.82 MB 1,819 19
690,203 690,203 0000000000000000001067775afc1eebf3b7c493d7ca50a74fa5c0456a57873a 1.52 MB 2,448 30
690,202 690,202 00000000000000000004b225373675c283b3b258e1ecf83d0174576ca6cc6320 0.31 MB 273 29
690,201 690,201 00000000000000000005e2ba2625be0d7e970ac47e5e95daf84dcabb6a73089d 1.05 MB 2,025 23
690,200 690,200 000000000000000000125b5e1d1fdd8809c32bbb0bbd7735684aaee667f44932 1.10 MB 2,079 30
690,199 690,199 0000000000000000000ceff61cb9a482581ae7383c138d38d9bbe9126ef17f70 0.31 MB 477 19
690,198 690,198 0000000000000000000d49f51b0d474e7bc7af0a3cf144273fef5bf06cfe0940 0.20 MB 399 28
690,197 690,197 000000000000000000080a4f9ff70c57c4b610aa9f940d4e8a18f24588182a86 0.93 MB 1,674 28
690,196 690,196 000000000000000000116f59f0dfe04e2f3b03cd64c6bf573886b0c40df46b10 0.94 MB 1,496 23
690,195 690,195 000000000000000000060333e01c4ce1317ab34d87bae0745f4d2f3e300f1cad 1.19 MB 1,427 10
690,194 690,194 000000000000000000136f4a9f7b6ccf673366a5249318e57bfa395673f8ef3a 1.57 MB 2,164 3
690,193 690,193 000000000000000000001b9efaebc7448e93e63443f7666913071a1e01a4161d 1.45 MB 2,655 14
690,192 690,192 00000000000000000003fb8bb29def8f107fe327e16e5d0d58239605acfd0174 1.51 MB 2,802 11
690,191 690,191 00000000000000000001333a852d3bcf59dc384c05c7c1b0a2d7f83d4d677a1e 1.41 MB 1,640 20
690,190 690,190 000000000000000000029c57c842e13bf2b04571bd70d8d6c9fe962cdc25c367 1.21 MB 1,280 37
690,189 690,189 0000000000000000000e952bcbb83bb139b0c37b9495514de2fcd6a6d9224f29 1.48 MB 3,094 45
690,188 690,188 00000000000000000000d3ab625191bf1a27ed1d1b867fcf2f324b5e2cba17a2 1.53 MB 2,706 23
690,187 690,187 00000000000000000005dd9c372044ff70dd7bb0b527ddf082070f8bbec23346 1.45 MB 2,727 19
690,186 690,186 000000000000000000083dff4b4673aec00ccee8c5d6be1bb0160be121ec03ef 1.31 MB 2,379 29
Previous 10 blocks ↓
Total Size: 769.23 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,634.72 GB sent, 94.06 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.