Memory Pool Memory Pool Refreshing

3,209 transactions
0.96 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.95 vMB 3,187 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (45,452 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
862,422 862,422 0000000000000000000095f84ac2acdde81d1649a20a4d47e478a618d6cac65c 1.74 MB 6,631 2
862,421 862,421 00000000000000000001c14ef373725ab3eb1daec7522e2ab3505fa1b776553f 1.70 MB 7,321 2
862,420 862,420 000000000000000000012bb863c3690e894a251a57aa9dd2cf813f585772d846 1.59 MB 3,644 4
862,419 862,419 00000000000000000000e3156a51af542bfdfb27dbd87398430988e72d006e4b 1.70 MB 6,121 2
862,418 862,418 0000000000000000000162081250d989424c7cd2286db6c25a091bcc984155b9 1.60 MB 5,138 3
862,417 862,417 0000000000000000000162d802c29b1f63e23b3f3313a1a969a7ef71f1a7307f 1.67 MB 3,372 2
862,416 862,416 00000000000000000000f37a183b966d2f176b0e9f4c888cb0f690530c80537f 1.62 MB 3,643 6
862,415 862,415 000000000000000000005c4dc7a469d2508e6919d4df5b71175669ddbfa80f74 1.74 MB 6,359 1
862,414 862,414 00000000000000000000aa869949269f7746fa911f44aac9b01628b60cf6cfad 1.64 MB 3,832 3
862,413 862,413 00000000000000000001da987db0c1ce7df745750afea1701e0af3d9cb765656 1.55 MB 2,797 5
862,412 862,412 0000000000000000000170379e8f438253e85553e70719fe31cbc530a3e3edc5 1.64 MB 5,099 3
862,411 862,411 0000000000000000000151be673299cea72fa54f070769f2cd70aa3db0487b05 2.67 MB 1,435 2
862,410 862,410 000000000000000000003b1e0dddae1c749dc9d0fb3814859b8a2816ec6ee186 1.63 MB 3,746 5
862,409 862,409 0000000000000000000154fa225e6c36787358be8bcb8f2f3d6a9f317a4835ee 2.15 MB 2,198 4
862,408 862,408 000000000000000000021bed852514c0dbf40b76197db9bb1edd8ba388dcd7a2 1.63 MB 3,675 5
862,407 862,407 0000000000000000000065691d300173a19526018199cb10a6539ca66752324b 1.63 MB 3,826 3
862,406 862,406 000000000000000000007bca7ec6b7acc805356b43a4750a0d48761164cbfddb 1.64 MB 3,790 4
862,405 862,405 00000000000000000000927fa7a862fc04894d3f2d97de2bc5096d1509033bcf 1.54 MB 2,806 5
862,404 862,404 00000000000000000001f09533c1b8a55d264ed4b0895bdfe46486121c4bef25 1.47 MB 3,559 10
862,403 862,403 00000000000000000001e6635c3e72a630985cb3b08024029bd243b893f2ac38 1.73 MB 6,624 1
862,402 862,402 000000000000000000020e2b92f5591a5f19b64d3d14a8df57c4e3b7fc57443e 1.64 MB 5,284 3
Previous 10 blocks ↓
Total Size: 769.31 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.75 GB sent, 94.48 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.