Memory Pool Memory Pool Refreshing

3,613 transactions
1.12 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,608 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (48,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
859,670 859,670 00000000000000000000c04dbd9cc2672e995455bc2b7eadeee751f7b0146939 1.61 MB 4,530 2
859,669 859,669 000000000000000000031759f49c38e1680c40dca68bbf99d04dcd603d369872 1.68 MB 2,731 6
859,668 859,668 000000000000000000018c7c79a87d9069e6e59e715e33386782e52f11b075ab 1.75 MB 3,265 3
859,667 859,667 0000000000000000000137e2d695bece8b2ffc94e7a67633afa33ac4036797ed 1.52 MB 3,166 9
859,666 859,666 000000000000000000028fbacda9e56795182d0ade796caff485cc1de855fc26 1.61 MB 7,182 2
859,665 859,665 000000000000000000008425f2d4799fa8ae8fa9f6fba026abb223d31790ea0a 1.60 MB 7,520 2
859,664 859,664 000000000000000000028fa8ec607ca65ee4fadd94a4d080c92c686d19b24a55 1.62 MB 4,865 2
859,663 859,663 000000000000000000027e04a1420cd36b32daf016a607709602650445bf64a0 1.66 MB 3,273 7
859,662 859,662 00000000000000000002a86b990d05d903fbb42302e7278f7c11fdc08e48a47a 1.68 MB 3,681 5
859,661 859,661 00000000000000000002630552d464a6e6c283b6f6b66376c658bff051e2abb6 1.61 MB 5,838 3
859,660 859,660 000000000000000000029a66d7d8c3e9bb68debe2c68464b50eeeeadf599e2ab 1.54 MB 7,253 2
859,659 859,659 00000000000000000000c755dcf9a34d28b5f4fa3a02bad61ea8b79437ddbab6 0.00 MB 1 0
859,658 859,658 000000000000000000015e2ca3e3f5d8a2d3d7eb2b3d37bf5f01cf85faffa7f6 1.57 MB 6,575 3
859,657 859,657 000000000000000000012636c92827a898ae498d84aea7c9aad5270e404c532f 1.64 MB 6,340 4
859,656 859,656 00000000000000000000cdc47a7559ae58532f9fa2f82c86b475a600197300f0 1.63 MB 4,385 5
859,655 859,655 000000000000000000017438d36515d37faf4897fe05b1944d9e9a67247b1f61 1.63 MB 6,661 4
859,654 859,654 0000000000000000000118e31efe35666d96c953b54d96f36404263013f71142 1.62 MB 6,566 3
859,653 859,653 000000000000000000027fb6fae9dca804e75ed09dfc61b9d1192dc307de8f1a 1.53 MB 3,497 5
859,652 859,652 00000000000000000000019dbc93693d8961b9a42351a03a810c36cb22952441 1.57 MB 4,891 3
859,651 859,651 000000000000000000012f6b9afc93fbe10cd04df0d4143a04757db496a7fdf7 1.59 MB 5,749 3
859,650 859,650 000000000000000000001b3c1625798b0ef17b4e6c1bfa54ca66fdcf290d5393 1.61 MB 6,068 3
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.