Memory Pool Memory Pool Refreshing

1,543 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
891,757 0000000000000000000251050000000000000000000000000000000000000000 0.45 vMB 1,542 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 891,756 (86,241 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
805,515 805,515 000000000000000000011e0a1e438426774a5d72ce8e7d592a87f0bce0d56bf6 1.65 MB 3,852 21
805,514 805,514 00000000000000000000947b66a7b880db1b6cd7db0b481bf48ade6fb2ce1fc1 1.60 MB 2,945 17
805,513 805,513 000000000000000000011f5daca27142973e8182f9f47ead8e0bfb3401a465e9 1.42 MB 2,590 17
805,512 805,512 00000000000000000002675d293ab6b1a912c61e1638a9d378714eb4cd6d72fd 1.60 MB 3,522 21
805,511 805,511 000000000000000000032f027943a22e99c2bd7ee4ff5c925986334c2d11e78c 1.47 MB 3,114 25
805,510 805,510 000000000000000000023e3065202259b2cb3dc8795c2c2133e84983d1234339 1.61 MB 2,922 14
805,509 805,509 00000000000000000003bd67c0857d8735a6aadb138e4f07252ba1d9b4277727 1.74 MB 2,361 14
805,508 805,508 00000000000000000003cd4317150cfc883a0243db26b8090e7612b539d92a01 1.34 MB 1,928 17
805,507 805,507 00000000000000000004db1eccacd33422a425360dc50231899fdfca44cfcd78 1.52 MB 3,085 17
805,506 805,506 00000000000000000003257aca1da43883c7282ec2fbefe429ffdf64106011fd 1.59 MB 3,632 18
805,505 805,505 000000000000000000016d732a54912f3af7e34736337ae98d6955aa7da62cd9 1.55 MB 3,484 29
805,504 805,504 00000000000000000001cd451f4817f581a026d27b9d7f7036d25c6e8031404f 1.48 MB 3,366 19
805,503 805,503 00000000000000000000d8d2c4ea0e358abf7a953221bfb5f6f450d64bac15a9 1.42 MB 3,226 29
805,502 805,502 00000000000000000003e7e63e97b3af01a2bbb9f21a6116bb18eedb10b39083 1.65 MB 1,823 14
805,501 805,501 00000000000000000003ae234b6fdb29286e4d0ee98109e65f1c7f20382ab746 1.69 MB 2,887 19
805,500 805,500 00000000000000000001df3620ed5ec015c9e15305e9158d2f57f9f28ea72a94 1.48 MB 2,557 22
805,499 805,499 00000000000000000002b4d2551b24200848a7628f05a94c986e9e2e301d7cec 1.54 MB 3,409 23
805,498 805,498 00000000000000000000f164e516398f8bfabd12ddfb7c8f2a8c0e04e84a0a2e 1.40 MB 2,064 16
805,497 805,497 00000000000000000004d21898f0da56af4af68b4d18bb65a443e120efdec408 1.62 MB 3,689 17
805,496 805,496 00000000000000000002a77242fb4bd43076bd817246d7feeee14b8e68af8af9 1.49 MB 3,354 28
805,495 805,495 0000000000000000000481bb093278b60898b9baa5de3b55398b05862edd3368 1.53 MB 3,524 25
Previous 10 blocks ↓
Total Size: 740.85 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: 3,608.92 GB sent, 165.09 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.