Memory Pool Memory Pool Refreshing

10,198 transactions
3.10 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,179 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (596,186 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
311,678 311,678 000000000000000006b81285af94c954ff8a4541dc6438ce5c68b3570b8b579d 0.04 MB 31 8
311,677 311,677 0000000000000000233db3f455cb03b52117a102793e388051c11869f9f5985b 0.25 MB 402 28
311,676 311,676 00000000000000001fc2567746eca259d0ec1183f65dc5a9f9a6dd71b20799a8 0.11 MB 161 27
311,675 311,675 0000000000000000234afb249a3a5cfd133e5d31dca626d84574c424ca1ee629 0.63 MB 1,012 28
311,674 311,674 00000000000000000abd1795585a551eee971e5b95527b9be98e177b61bc68f9 0.26 MB 377 23
311,673 311,673 00000000000000003df0843aec2da3ba5f49629e830a4f1b8900969359696768 0.04 MB 66 21
311,672 311,672 0000000000000000320ff49e6fc580ec8bb7e09f91e343ab030cb47b732af7b2 0.21 MB 314 22
311,671 311,671 00000000000000000f6a072de9fd8df07897b3ac1c388182593d1e20674e07db 0.26 MB 542 33
311,670 311,670 000000000000000016fa6624d62eaa04261f2eec486eb5765f7e9b39b973322a 0.05 MB 98 28
311,669 311,669 00000000000000002cfdaefad7a7391a4054990b2c1a67e86ebc67456088ac86 0.10 MB 114 19
311,668 311,668 00000000000000002504f84801b05c464dea9b323de004dc2463221c314352c7 0.24 MB 373 31
311,667 311,667 00000000000000002240b4d6b52dc670de43c98c8fb1bce48e1fc3c99fc877ff 0.08 MB 197 30
311,666 311,666 000000000000000039dbb2c7044ce1f965286e3dd3cf8769c920223cf6ad97d7 0.12 MB 234 27
311,665 311,665 00000000000000002bb80745984a6abe2a3463e4f7a6fc907860a3aa28581ca3 0.33 MB 558 25
311,664 311,664 0000000000000000177c2614bf0c205a68aac1c480208afbcaa19194989b174f 0.01 MB 22 13
311,663 311,663 0000000000000000192391f14ccbc5df3736a5a2e0c5312486e8c4f61a78f7f1 0.77 MB 619 20
311,662 311,662 000000000000000002b279adc09d1051c33a55a0dc4ad42a2b2b52bf788edc73 0.26 MB 445 24
311,661 311,661 00000000000000000e52f1544ca8aafade25d77846e2af489eae28d2b04387ff 0.05 MB 87 24
311,660 311,660 00000000000000003763e53fffadda18054901e3cc612d153fd1fee807a27200 0.45 MB 720 25
311,659 311,659 000000000000000020512ebe8ed55022e535e16e04ac335d170a48babd82e9bb 0.20 MB 312 23
311,658 311,658 00000000000000001fab687f474f5d05b54300de8c72c991f4b50cef8ebfa31d 0.10 MB 109 21
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.38 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.