Memory Pool Memory Pool Refreshing

2,172 transactions
1.10 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
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,816 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,823 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,815 (351,275 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
556,540 556,540 0000000000000000001a33c822177e1ff2b2b655a1de36c74b128f5f5769fa03 0.62 MB 1,005 14
556,539 556,539 00000000000000000003c2465b50502e32ff287bd0186a71c8fee3438d83be00 0.79 MB 953 4
556,538 556,538 000000000000000000245d34c40323da9c08b1fce12b3ef8daad0240e9f7a080 1.20 MB 2,609 15
556,537 556,537 0000000000000000001a0dfbf0e5c65ec558b5167f155386540b7357d7898bcc 1.00 MB 1,965 22
556,536 556,536 00000000000000000029293fdc62204ba06885b2a20f8b6b6b8e047bc409f7a5 1.11 MB 1,501 1
556,535 556,535 000000000000000000227fb9a2e2f4186919a473842b44e3c471bda304f6c384 1.22 MB 2,718 11
556,534 556,534 000000000000000000047869a6468f6b69b7ee95dbbc294734eeab4748800a16 1.23 MB 3,020 13
556,533 556,533 00000000000000000028519e945943a7978993416d69168db3989d977b4d5f50 1.08 MB 1,226 9
556,532 556,532 0000000000000000001e3580e2890037caf3e44509dbeff2437c83117714d29e 1.12 MB 1,697 19
556,531 556,531 0000000000000000002bebb723b9ef325e4631df59d153260a562f2df84ea066 1.04 MB 1,252 50
556,530 556,530 0000000000000000001eab43de13d7179da73bc6ccecba24901df8a89d0a67d5 1.03 MB 1,028 44
556,529 556,529 00000000000000000000604fc290256d824fa8b8df95bab0a2c13ac9cb62a555 0.41 MB 743 8
556,528 556,528 0000000000000000000c82248764c230fd5e15896cd411692970df660e6f6967 0.54 MB 436 8
556,527 556,527 000000000000000000291d40713ada61896725c5040da4580bd869c60c4b5868 1.13 MB 2,644 11
556,526 556,526 000000000000000000267c41725ba8c23a720010742bbadb9f839b298d7eaaaf 1.10 MB 1,353 3
556,525 556,525 0000000000000000000ba8b1fbb74a8f3539ccbab4398f23adae75a4f7ec841f 1.20 MB 3,103 16
556,524 556,524 0000000000000000001e4e1c82aff658930daa8c23cc76c49f6c5fe1fd7ca96d 1.11 MB 2,059 2
556,523 556,523 00000000000000000014cb5ea9910c64fe592d07438df152e5031e5532f115c1 1.12 MB 2,171 21
556,522 556,522 000000000000000000068aebd407521c9b351a69eb17617ee4e955105b04b6ef 1.19 MB 2,384 10
556,521 556,521 0000000000000000002e59690e4fbda11fa1500913b381ef73851da57d29f589 0.89 MB 1,727 9
556,520 556,520 0000000000000000002dac5e9135cb08a81088cfd6d80099e642a45c5256e325 0.39 MB 474 8
Previous 10 blocks ↓
Total Size: 769.19 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,633.69 GB sent, 93.89 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.