Memory Pool Memory Pool Refreshing

623 transactions
0.13 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,549 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 623 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,548 (898,801 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
9,747 9,747 00000000dc3896448966c785d23f3f31778bdb7d7fbee201c676c0793a9bbd0f 0.00 MB 1 0
9,746 9,746 00000000fc2b4cff82824737f1d58bafc8c6f32cc04e59241af27fd9e3362ede 0.00 MB 1 0
9,745 9,745 0000000098821d4ed9bf9ea134102e88a46b64179a0c9dcfe9d47f4734780e9a 0.00 MB 1 0
9,744 9,744 00000000932e1c579fbada13c7168d6dc307e09c9e1499926731018a73abe236 0.00 MB 1 0
9,743 9,743 00000000f2a763b0145769996922672b59668d446bf457b349e428deedb63475 0.00 MB 1 0
9,742 9,742 00000000e21c6bbc2a004516c3c69a0b4b62ed1c713d90d704ce486f8ffa5b07 0.00 MB 1 0
9,741 9,741 00000000c8b469622049588e3719f880c112625e072ea59752414c61bd372486 0.00 MB 1 0
9,740 9,740 00000000499e0f61d3b76d8e2a729dd140ae796d471a55d105daaf89ffccdf1e 0.00 MB 1 0
9,739 9,739 00000000b7bbb7e50d86d3decd6ff8aa464a0acae51eca4306ff35b7437448b2 0.00 MB 1 0
9,738 9,738 000000008d9f4089951a24ac34bf6310ebaa4fed57e0ad8ea2bd2d15daf66f14 0.00 MB 1 0
9,737 9,737 0000000069bdbe2e36965d41c2c112ffcbfa826ca545e732c11c52db36ff793f 0.00 MB 1 0
9,736 9,736 00000000eec7665c5362282340a688a1e9a880ca255ce354ddd72b000815612a 0.00 MB 1 0
9,735 9,735 000000001c27ab6896a36cb774cf434f07ebad4b130c555c59d17ac19762b36c 0.00 MB 1 0
9,734 9,734 0000000090bf5785d5f57c8334c461f9ab967f59d0fb8fa311a3eb1dce9038bc 0.00 MB 1 0
9,733 9,733 00000000733c021ff99a46e43c7ba3adc7e2115eadbffd18b1c9aa24d949817d 0.00 MB 1 0
9,732 9,732 00000000c0843851d5a1a7e720f663af738f71d5f981861d934f2bca3cedd02b 0.00 MB 1 0
9,731 9,731 00000000e7c9fde0d160a3672029ad6a96c3098b3b95aa906d0dad9265f5aeb6 0.00 MB 1 0
9,730 9,730 000000007838923a6208aa50e3a758d28faeddd2d710d0c2056656eb02422345 0.00 MB 1 0
9,729 9,729 0000000075d570602de5c172f1c16a5d6f7f3ffd063a6c413042863742ec3473 0.00 MB 1 0
9,728 9,728 00000000852cdd8fbc5098c192225567123d44b737f4581c3b1b395e60ff78a7 0.00 MB 1 0
9,727 9,727 00000000a0d6037de3246522df44099aeb5d9bdc34906ac1a7654f1485c88425 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 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,843.47 GB sent, 100.53 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.