Memory Pool Memory Pool Refreshing

4,662 transactions
1.43 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,711 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,277 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,710 (70,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
837,653 837,653 00000000000000000000be2b95239d101bc10b6fa502f110c8694329c3345ec7 1.89 MB 3,517 14
837,652 837,652 000000000000000000015fae5f4eebaf332e84df7949677aaf0afe8ebed9624c 2.16 MB 1,504 8
837,651 837,651 00000000000000000001b5a0fa63aa989f832b7b6640cf585044f5383444cbe2 2.01 MB 1,025 7
837,650 837,650 00000000000000000002569cbe190c8ced5cd0199f40a7d03f0de46a53fed8aa 1.75 MB 3,063 16
837,649 837,649 00000000000000000002bf0695c710dc89246c1c87baac7bb9747d2fe0b1de9f 1.49 MB 2,309 13
837,648 837,648 00000000000000000000aba8511d7687e33d0d90be7e58d94155f4e7cf0347bf 1.66 MB 3,205 25
837,647 837,647 000000000000000000030103b8239d4eebe9c4a7e669de10e109fbb06d50cd2b 1.83 MB 3,457 11
837,646 837,646 0000000000000000000100fc16a52773aa838f84913048535f09b2cd610d9848 1.50 MB 3,255 25
837,645 837,645 0000000000000000000029bf881c1574b1762f884b4db843c5b59b63faf9103f 1.63 MB 2,886 17
837,644 837,644 00000000000000000002fab9ec2d60d847801b75450e8a97e30abdd4dc876782 1.78 MB 544 6
837,643 837,643 0000000000000000000067d7d73c213c0f87740f24366c1f2623acc372f2827c 1.72 MB 2,612 14
837,642 837,642 0000000000000000000200c2c98f80cac8a933aa1a65ad12d113ef4aa3a74e3c 1.73 MB 1,300 11
837,641 837,641 00000000000000000000e79b89c15c1d793b39bd39f1319e4804982bce3ce974 1.87 MB 225 8
837,640 837,640 00000000000000000001d83b4f5d8bf968ffc261f2a9a90d88a264dfe2ab8d49 1.70 MB 3,002 13
837,639 837,639 0000000000000000000171abfac85fb4d76822aa7e0f5e0c37894ada1ad34750 1.96 MB 2,678 11
837,638 837,638 0000000000000000000037c2c2f0293c26fb45d0e90e3e2f45a95e46052c806e 2.57 MB 1,968 9
837,637 837,637 0000000000000000000043d45654816dc58503dfe1ff7fccda674414cfb4d7f4 1.88 MB 575 7
837,636 837,636 000000000000000000004e45f94e54306b92da766e97e697647b74f664ce313a 1.79 MB 403 7
837,635 837,635 000000000000000000009a122ab0246945fe28fecd482b0cafbd7f916c42b34b 1.67 MB 2,161 13
837,634 837,634 00000000000000000001151f5a38f14f29118ed9be9e0fd7c0c262502b5aa2b8 1.58 MB 2,210 14
837,633 837,633 00000000000000000003537b0230f6822e7ceea54b7ee23e7b524eb418aee9c2 1.93 MB 2,368 10
Previous 10 blocks ↓
Total Size: 769.00 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,616.87 GB sent, 92.83 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.