Memory Pool Memory Pool Refreshing

3,492 transactions
1.08 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,210 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,736 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,736 908,736 0000000000000000000194237aece055cc8fcbd02dc0c98b589a1087f284002a ago 0.45 MB 755 2
908,735 908,735 00000000000000000000e3bc38f46bb16c64cb8873dd179e6cfc9a77df94e56f ago 1.69 MB 4,130 1
908,734 908,734 00000000000000000000c8658ce9c76c5991284554ca1e15729d40a361608a9b ago 1.80 MB 4,685 1
908,733 908,733 000000000000000000007ac29961452fe24a80ae809f67098ce54c5c0d815f3a ago 1.78 MB 4,764 1
908,732 908,732 00000000000000000001bf565f973a8b69fb91013e32956e1cf8b7e0c1e13e80 ago 0.63 MB 1,537 2
908,731 908,731 00000000000000000001fb5435c66f4442e656fb0da5aba8ce361f7391dc1ae1 1.64 MB 3,338 1
908,730 908,730 00000000000000000001011817a50f9e53c7cc0372e3b6e41598f29cf6b8e3a2 1.61 MB 3,501 4
908,729 908,729 000000000000000000006aa4c9c6983416c2cc858e591e77c87d1be9d03c05e6 1.13 MB 2,499 1
908,728 908,728 0000000000000000000207615bd6d37f849d41e2f69c6dd8ad64c100b559d391 1.59 MB 3,513 4
908,727 908,727 00000000000000000000f2bb2f789ca1569fab502486c5939396e193d7913d28 1.55 MB 3,525 2
908,726 908,726 000000000000000000001b3ef63df232cbd6720c295090e13edf1b2dc51c34bb 1.65 MB 3,650 3
908,725 908,725 00000000000000000000c1dc29e46b58949dd0f007f5d22553cfd1ca1ddb2395 1.80 MB 5,049 0
908,724 908,724 0000000000000000000208cc81e3e9bedf78f05bfa4ea0ba592b7ce5450f2d23 1.76 MB 4,464 0
908,723 908,723 00000000000000000001211447ba52e473b421de9724a8b32562f7f5bdc655db 0.05 MB 103 2
908,722 908,722 00000000000000000000e21ef50846d24a4332b7d5a7d002514c023e122ef56a 1.64 MB 3,879 2
908,721 908,721 000000000000000000013305c7169fd3078bde92e22ceba2a0af063b334b5d1a 1.66 MB 3,549 2
908,720 908,720 000000000000000000008d9f68928504ed4b9d2dfe2d60ad02e2d0489fd0c260 1.89 MB 2,511 1
908,719 908,719 00000000000000000000dcba2d56f8ee4e116d30b54548e7cb32a4c0dc92d7cb 1.63 MB 2,754 3
908,718 908,718 00000000000000000002256d698e5d1aef42f1ef00e6208802aa2e31b0aecf6a 1.58 MB 4,394 5
908,717 908,717 000000000000000000017d5fe2e70c15f3320b43fa0ba0ec89931923f48221b6 1.89 MB 2,191 1
908,716 908,716 00000000000000000001849ae1b819d6b48cee20a772fe8818fb3650ea47c25b 1.57 MB 3,875 4
Previous 10 blocks ↓
Total Size: 771.07 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,855.42 GB sent, 102.32 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.