Memory Pool Memory Pool Refreshing

107 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,604 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 91 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,603 (897,944 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
10,659 10,659 00000000cf164c05d402f4097af2ad85b9464ac092a5ba151dd2c73f3173e448 0.00 MB 1 0
10,658 10,658 000000003c9c95d4c1774006acb5016e5c3330af30a2847139645f24da37159b 0.00 MB 1 0
10,657 10,657 00000000268de2c1646354740c7e63d9d47322beb819b08f44692950162f12e4 0.00 MB 1 0
10,656 10,656 000000006c28ee2b69b743b0a7a657f845628fa8344733467d751d8ccb2e15f4 0.00 MB 1 0
10,655 10,655 000000002d2be6a2529ec9d7b5e53d5918526bb56a86f6f3be541ae5ef9ca94b 0.00 MB 1 0
10,654 10,654 000000006b532937aee801e22b34ca9e047bb6af38f858b23f7f544cc17dcaea 0.00 MB 1 0
10,653 10,653 00000000da5de0f6dfe32605361adcc5b56a77ad09fdbc0a24e2cfcd218a5ef0 0.00 MB 1 0
10,652 10,652 00000000b82945d6cf257332173c2897c8d64313bec6d22be716a34caccdc25e 0.00 MB 1 0
10,651 10,651 00000000ccf5809a9f1526083a55eb9eaf205e401b678cb28dd0f983fb1fa27b 0.00 MB 1 0
10,650 10,650 000000000220dda0c7e25a5a091717482712761ff9270149bbd9af8c183407de 0.00 MB 1 0
10,649 10,649 0000000083d9fabaa2900216ba37947ecba40c0cde0f58dc479cc62acf3edfa5 0.00 MB 1 0
10,648 10,648 00000000afa0c5e195d31ef292228ce3d6ef9023eb6e735e6f65e4a1eeb101f8 0.00 MB 1 0
10,647 10,647 0000000044d353536145778b821e3292e292ae033499a54151f2122609d13334 0.00 MB 1 0
10,646 10,646 000000001d825469dd704b4dc0ed406439a89c2f050c43a54a22ebfe454b43e7 0.00 MB 1 0
10,645 10,645 000000001cc976191ffffcc40456780594a2b265e19f2aff0845282493d1b394 0.00 MB 1 0
10,644 10,644 00000000185791ada4d27f5f4d9b652f60562458d7f0d84c28c4c74bfb901d00 0.00 MB 1 0
10,643 10,643 00000000a9b681099cbc291eaafcb0174fcbb7b9e6ffa09c608098af375c2283 0.00 MB 1 0
10,642 10,642 00000000bcc679d1a0288d21fdbe41dab2ef1726ba1468c033c866e16af1ba8f 0.00 MB 1 0
10,641 10,641 00000000ad7953f08ae58bf34549a825e555b2cb912b7601b263ecea485d01e3 0.00 MB 1 0
10,640 10,640 00000000452806351731cdaa18595cd50d46275cd13be97eca7fbf5f3f5bd954 0.00 MB 1 0
10,639 10,639 00000000e9cf105a7eeaf8202749f76d7c92e6180afde76146ae5b67bf5ddd02 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.82 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,849.58 GB sent, 101.04 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.