Memory Pool Memory Pool Refreshing

7,775 transactions
2.64 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,770 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (333,058 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
574,639 574,639 000000000000000000000f9fba4faee45e7c876bc73287a590a2e72950ffc3bb 1.12 MB 2,753 25
574,638 574,638 00000000000000000010c85282837567bba3184ed3b4f71c4c79be2faf7cef9d 1.13 MB 2,240 5
574,637 574,637 000000000000000000014d1b352a70646620ccaf81e85d9888f08987b9bc4ce0 1.10 MB 3,008 23
574,636 574,636 000000000000000000035a07480e55688dbc4682ee95074b95e2734207538bf0 1.20 MB 2,479 58
574,635 574,635 00000000000000000026003c658b7f581d7032c41ed01f82e0d9c786ae3b7821 1.10 MB 2,153 4
574,634 574,634 0000000000000000002081542f5bc1afcfb3526b7d896385d7bf106da6e2cbc8 1.11 MB 2,857 23
574,633 574,633 0000000000000000001045ea895c0acc57d4f8a86218066edd53d6b51900a1a5 1.07 MB 3,496 21
574,632 574,632 00000000000000000017f4ad90c36d0bace9e580985cacd507c3b4c2206b1770 1.20 MB 2,891 48
574,631 574,631 00000000000000000020795dc71479074c28c049458e3e5a9912adfbb0f4f7f5 1.28 MB 3,164 64
574,630 574,630 0000000000000000001f996444c9304c79185af02a1bd53f767cc3366a2ad989 1.07 MB 3,203 15
574,629 574,629 0000000000000000000a99bd3920ff2bd6a4235106e0a23ad3a2d562d8384633 1.33 MB 3,083 56
574,628 574,628 0000000000000000001fdd20f56b6ed27b60f860a0d39168cee63ce42fe74ca5 1.26 MB 2,680 75
574,627 574,627 0000000000000000001ae9a406a0b72be73aef7758504c241624fce53b86a251 1.05 MB 2,783 14
574,626 574,626 0000000000000000002004469205153c85c0fef08198e5098293a8954fc95f1c 1.18 MB 2,534 13
574,625 574,625 0000000000000000000590468d21ec4f22847e10757873c8b407ca3f99afcd9b 1.17 MB 3,205 23
574,624 574,624 0000000000000000002936f2bfc0b1fcc7dff762117aa27e73ed4494c56421c1 1.77 MB 1,516 55
574,623 574,623 000000000000000000170ad42b0e40fdeaaf891dc0c70a14079c30057eb1a6dc 1.38 MB 3,499 81
574,622 574,622 00000000000000000003a87f65aa9eb1d5de549a1a56a401218aa4e2318c6baa 1.56 MB 2,216 47
574,621 574,621 0000000000000000001adf68e10094c83cd5c5397a11798d0c818a526888cb1d 1.21 MB 2,822 28
574,620 574,620 0000000000000000000a674ca8405b52748f0c46f1ab626fa848e5edc456a145 1.20 MB 3,207 45
574,619 574,619 0000000000000000001fac85bba79f7ac3029cc28aa8ecae60a5e1cd8c08063b 1.34 MB 3,411 58
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.38 GB sent, 92.72 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.