Memory Pool Memory Pool Refreshing

8,210 transactions
2.88 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,292 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,940 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,291 (805,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
102,685 102,685 00000000000111ea66f16a848168c4d3869b6776f977a65be7bb73181fe8c28d 0.00 MB 3 0
102,684 102,684 000000000002bcf035e192bbcabe2f0a07a190fd18999f10bd5e18263fe121d1 0.00 MB 1 0
102,683 102,683 000000000003bfe5cf2a9866a7876ba0fce128d8215b1dcdd893a02616c5c34b 0.00 MB 1 0
102,682 102,682 000000000001f852074d28105d40940fd39e75985ca3cc49f658868c006f8c20 0.00 MB 3 0
102,681 102,681 00000000000013b017d0b843f5aa6ec8328cd6a4a94db7f60afc5ea3f2185f14 0.00 MB 4 0
102,680 102,680 000000000001fb4829fefd137f429d6f16788721e80ff106501dbd31af6a065e 0.00 MB 3 0
102,679 102,679 0000000000010ff1e61f112b78ba5a63d9639f7abc4ce6bed2d5bb3e62713b82 0.00 MB 3 0
102,678 102,678 000000000001e4aed22d97f03cd65fb5ddda6132197ce7b0c98bada7fd4a369d 0.00 MB 5 0
102,677 102,677 000000000003aebe53eda1a2dd0a052281a99203d585989af186ac984ce487fa 0.01 MB 23 0
102,676 102,676 00000000000217336a18c9a65f8d710ccd278b35a4158baa7d46d236bb084c2a 0.00 MB 1 0
102,675 102,675 0000000000033d54607fe222394ba99975f191ea4c68d5573f9105ebfd77b474 0.00 MB 5 0
102,674 102,674 0000000000006b3f72022e12ce231b505b755fda3b753778e6bdae3ef5685bd1 0.02 MB 3 0
102,673 102,673 0000000000014b3a070f29b33e1536e4cd69a44ad6f74227f65b8b209a17a9db 0.00 MB 1 0
102,672 102,672 0000000000009b95bae7d38f59410e99de7f6f90fb403548c03983b30919de5f 0.00 MB 4 0
102,671 102,671 000000000003832778360df82840bb64a39899575952cf772f0e9096454c82a3 0.00 MB 1 0
102,670 102,670 000000000002647c0a7dd29046b8e148ec7f29a3b3f38f0e8b1a7b413f2ffb3b 0.00 MB 1 0
102,669 102,669 00000000000220dfcf1a2a371239b9f9bb93cb20136162c207502d53cb3bfaea 0.00 MB 4 0
102,668 102,668 000000000003fc6d6c340f58944bd0da331bfef7c670df36df2e1ea9fcb4fe49 0.00 MB 3 0
102,667 102,667 000000000000990215d243fe50fb647d25a99a785d6eef43c87ad44ec1927190 0.00 MB 15 0
102,666 102,666 000000000003ba102cf821703d56b14def67b316c2388d2946966400d4358bf3 0.00 MB 2 0
102,665 102,665 000000000000bc2e23e1f71ae3301d178998edc0b35f413ede52a349bcdfb169 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.39 GB sent, 98.33 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.