Memory Pool Memory Pool Refreshing

3,108 transactions
1.16 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
907,919 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,645 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,918 (617,899 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
290,019 290,019 0000000000000000b81848ed0d2e33f1e98a7ee8cce4f506c39f43ba814961a3 0.37 MB 501 23
290,018 290,018 00000000000000010fbf349ab1c6d95d681a9a1798cd95036e678ab3610c4d0e 0.19 MB 512 30
290,017 290,017 0000000000000000b8d43a541fef53059ed7f50421296d072e8d91629f098bda 0.17 MB 512 77
290,016 290,016 000000000000000046d8dd42a5ebb5195b49534893ad64662ab3f916e845e102 0.28 MB 460 36
290,015 290,015 00000000000000007ec052e143a96ee9d748da1b69868f4c72f0800945e6afbe 0.37 MB 715 38
290,014 290,014 000000000000000030f24760c442654fe4c14ae0458f674f6fa0debbe68b4e87 0.08 MB 208 26
290,013 290,013 00000000000000005b4122c6a16f9c719a8909e2335e47f18f4873c75a953541 0.10 MB 229 22
290,012 290,012 000000000000000113126a8ebc3c084d13ad128dcb8222592be78db38f74adf7 0.20 MB 349 21
290,011 290,011 000000000000000076f3cc79fd3fc4d48792655a5dc6c998da4a4c9ee03382cc 0.08 MB 214 22
290,010 290,010 0000000000000000e5f31b8743688a8412f177facc5b9a3325a95fdda8456d71 0.02 MB 64 0
290,009 290,009 000000000000000081d028b9b8ad73f493296a0557d969dfd202bcc1659ffa2d 0.14 MB 210 18
290,008 290,008 0000000000000000c65356802552ff1ce7cad1cec9d90e05646f8d203d760d55 0.35 MB 656 37
290,007 290,007 0000000000000000fb757965c0efffedcb42830b5ae48569f97d3ffdc8c84b62 0.05 MB 99 33
290,006 290,006 000000000000000028523ef16f0754b8c1879d49fcb55dc0ae38f4e56bddef4a 0.13 MB 52 12
290,005 290,005 0000000000000000e182dfc4bde644721bc5824b52adb589b7b01554f7e0773e 0.25 MB 359 21
290,004 290,004 0000000000000000e6815ccb968857fffc31c25fcd89eaa2ad52d72994ca6ae0 0.08 MB 256 73
290,003 290,003 000000000000000099b8f637e565861f593a9bdc056f92bb66e3a55c067410a6 0.35 MB 864 29
290,002 290,002 00000000000000010da98e7bc9f4b62f362a1d0e6dbd43a4c8c4f83b63d301df 0.25 MB 558 58
290,001 290,001 00000000000000006fa3f3b92c95c83ddd9026af8e00227c2acd34b35a7bb290 0.18 MB 315 30
290,000 290,000 0000000000000000fa0b2badd05db0178623ebf8dd081fe7eb874c26e27d0b3b 0.33 MB 355 26
289,999 289,999 0000000000000000417e85b03b5c8e973ccf3c88359512b43d22c49501041eb6 0.24 MB 494 36
Previous 10 blocks ↓
Total Size: 769.39 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,644.32 GB sent, 94.90 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.