Memory Pool Memory Pool Refreshing

221 transactions
0.08 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,745 00000000000000000002349e0000000000000000000000000000000000000000 0.07 vMB 202 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,744 (205,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
702,674 702,674 0000000000000000000d89a2af76fd16297738c85c29267600d915c569cff891 0.68 MB 1,040 9
702,673 702,673 0000000000000000000ae4586c93bd221bd2339735414afa5da406b584a0969c 0.88 MB 1,395 8
702,672 702,672 000000000000000000059ffebcfdd5f395f692fb18c2fdb770762b7162b98827 1.38 MB 2,474 14
702,671 702,671 000000000000000000058028dbe1b5255ac4de8c3670f7b28a89388a384f78a8 0.40 MB 637 19
702,670 702,670 00000000000000000004104d9186604112ce9077ed899cbb7eabc97a4351f8eb 0.57 MB 576 7
702,669 702,669 00000000000000000001204c8ab5a44cb4d10fe06155304742183d9312e9ee57 1.73 MB 1,000 5
702,668 702,668 00000000000000000009b3bb1fffff3b0785bd6ed876cb3f2e725c72c5cea920 1.23 MB 1,339 11
702,667 702,667 000000000000000000069421a33154691e2c0eff8dabbead07cdb39877083e77 0.04 MB 71 15
702,666 702,666 000000000000000000046938587d0c80474fa699e3dd09acbbe4c2249a2cdaad 0.23 MB 424 10
702,665 702,665 0000000000000000000678ab451280faf70227b5e518ad6999f8fa0e6fc5a24e 1.49 MB 2,648 6
702,664 702,664 0000000000000000000ccb7c6cd591bed7e86c25fcef59c860206dbc4d1cd9d6 1.29 MB 1,916 9
702,663 702,663 00000000000000000003232ff3c9ea2a20d9a415ab6b407390eebff80e74dd84 1.33 MB 2,162 14
702,662 702,662 0000000000000000000ec1908681ca6f7b9dc029f58f0c4410095eda1ff4d3be 1.43 MB 2,088 5
702,661 702,661 0000000000000000000a5f2d61564aa33f9ef1141c79ce953c8a1340f46737d6 1.37 MB 1,534 6
702,660 702,660 0000000000000000000d21e4e80730fdd8da2d91ae4e98093526f52c3195f6bf 1.34 MB 2,130 8
702,659 702,659 000000000000000000092cf64f68e68ff7786244b43f924947939a1e1460599f 1.51 MB 2,638 11
702,658 702,658 00000000000000000002a473b0ff3ab0ee47fa1a96029b408cf6948028985428 1.28 MB 1,230 11
702,657 702,657 000000000000000000092c39a64edd0ac242b31397001f1b7b26070f80819b07 1.56 MB 2,090 6
702,656 702,656 0000000000000000000cabe67afad77c5c856b412aec937893ec5daa465915c0 1.50 MB 2,007 8
702,655 702,655 0000000000000000000793b8c48babe4d71009a29b6a39bfa2393f7b9f93ba4c 1.40 MB 2,371 8
702,654 702,654 00000000000000000005261d2f2417bf350cabf4de97c97cbd181fc73eee0892 1.45 MB 2,620 21
Previous 10 blocks ↓
Total Size: 769.07 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,627.99 GB sent, 93.21 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.