Memory Pool Memory Pool Refreshing

6,947 transactions
2.52 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,699 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,985 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,698 (616,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
290,759 290,759 0000000000000000fffc231259a67b6064302f6cdca21264989d783db87cedf1 0.10 MB 126 19
290,758 290,758 0000000000000000346f88cd84f970536151effa434986cefef1a16d57f3da75 0.42 MB 807 32
290,757 290,757 0000000000000000c4aaedd1b0b5dcc748a1d55528f445cad762993006a2db85 0.03 MB 42 20
290,756 290,756 0000000000000000d9563a0240d0fa960381e85ecdd3a0f560811179cabba81b 0.31 MB 628 26
290,755 290,755 00000000000000002d09d045f8c665171a6513feff2a6963a7c5772b6a33ecaa 0.17 MB 512 53
290,754 290,754 00000000000000007b0b3eac8fd780356e39bc593fdb3be921b7746df69cddac 0.11 MB 233 28
290,753 290,753 0000000000000000a9682d24f127da5e22c4f063f3e1e7dc8f0af90125fd5070 0.07 MB 128 20
290,752 290,752 0000000000000000a94aaf1771d82c2390d3954bc7ba06bc5d387be249626a26 0.40 MB 990 53
290,751 290,751 0000000000000000de31f3d6640d22e06a61dc9bdf9a1ca5492ffd5b3a0fa520 0.14 MB 391 36
290,750 290,750 000000000000000055b16106a8576b98e5b875ae1733ee447c0992aa82bfbc4b 0.22 MB 399 31
290,749 290,749 0000000000000000986b4cdeb3243b5cfe670fa8402f734c313bbf9ef29bd86d 0.35 MB 858 44
290,748 290,748 0000000000000000e26c6cc10cff18efef8324a3c315345937bfc0deaac9fe5f 0.25 MB 471 20
290,747 290,747 0000000000000000bef92e847efc42b0d5100fe20a1fefb49d5e58fd64326bbc 0.35 MB 1,043 52
290,746 290,746 00000000000000008f70932eb30ea76e460ab6331f0a40b9363af8d3756659f9 0.34 MB 830 39
290,745 290,745 00000000000000002385fc3323ef9106b1f92f25d769da47a2fe471c12b0ee86 0.02 MB 64 40
290,744 290,744 0000000000000000ea940d33bc89d93214ccf60e3e0549abb7dcf58376b27e0a 0.10 MB 225 27
290,743 290,743 00000000000000009bdc34cef82e79800832135ec1345c9a1be52a368d462fbb 0.67 MB 1,202 31
290,742 290,742 00000000000000004f6a3f50c9ccf6e0b65af17356f9c5ea3ddcec48923ffdf8 0.29 MB 512 27
290,741 290,741 0000000000000000b77084a7230cc0dadd281796bea00a393aa1f192280d9523 0.35 MB 863 42
290,740 290,740 000000000000000052e469dd3bda88a0c44c5eca9fe76b70d963f90611f8a5a1 0.35 MB 856 46
290,739 290,739 000000000000000029ee9d71f69c52cefba91458e637c5b88290d76edb8b3062 0.35 MB 300 70
Previous 10 blocks ↓
Total Size: 768.98 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.49 GB sent, 92.73 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.