Memory Pool Memory Pool Refreshing

79 transactions
0.02 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,605 00000000000000000002349e0000000000000000000000000000000000000000 0.01 vMB 51 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,604 (898,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
9,761 9,761 00000000e011735719f2c8980eb2a76d6eab1024ffebe0773c4c1393360a5346 0.00 MB 1 0
9,760 9,760 000000000505e01616ba20af8d1476907f90ebdf9f461170f652c0ef04ec7446 0.00 MB 1 0
9,759 9,759 00000000fd3a6b6eeacf31f81be3ba2d88a5fbd41fdb06f1a4a5c12370a5c9e4 0.00 MB 1 0
9,758 9,758 00000000ba57d5da44caf8a2e232aa6a714302c8be048a956f6ee8cf8d1865b3 0.00 MB 1 0
9,757 9,757 00000000b83466f4f18fab25c16b2ebbefabae19bbf8f8dcfd8de0c2f5674b24 0.00 MB 1 0
9,756 9,756 00000000e6c6176e34c2a981c13a16ebd4db095e0f4baa3a4b0cd9f65bed793f 0.00 MB 1 0
9,755 9,755 00000000e2784200286121758beef4e8d0e279d6056ff648efa3c9470756619d 0.00 MB 1 0
9,754 9,754 00000000c9e31abb95f10e3da098f903ab658cb2650eb071282b03f8082fbf60 0.00 MB 1 0
9,753 9,753 0000000024242b7be82e18bd0876367df92004b369fc59dee3a99a451635b74b 0.00 MB 1 0
9,752 9,752 000000003d4b483ce0f9258b7146fd817c6293bfc0ddf6463d9fa33cd6a612a1 0.00 MB 1 0
9,751 9,751 00000000e96c66f3ece9feed66332d45d9260417aa64ed22a5516a5709200b2e 0.00 MB 1 0
9,750 9,750 000000000130e59797893d4f2e5dc951e182ec170d6ba846ad84369529d547ad 0.00 MB 1 0
9,749 9,749 00000000f40c565cd53f081da5c59e22b680758912d04a670cfecd3e181febd5 0.00 MB 1 0
9,748 9,748 000000004c174d3ca3a59143a26c2e1178f647d4b9f198c251c69d640ca83b67 0.00 MB 1 0
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
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.64 GB sent, 101.05 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.