Memory Pool Memory Pool Refreshing

2,947 transactions
24.82 vMB
Show Random Selection Loading Transactions
Max Size: 100/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,308 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.99 vMB 2,682 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,307 (833,625 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,682 74,682 00000000002ed002a8bb21d061295f3b697cef69b24848c72ba360a2cdf5d44a 0.00 MB 1 0
74,681 74,681 00000000005ff209e7183a14ac869049b6d22c650a7cf8666dfe149c3f582817 0.00 MB 2 0
74,680 74,680 00000000007ebfe8ba32ffbb42def60a9c11ea923cd14da30ba847ccb01940da 0.00 MB 4 0
74,679 74,679 00000000003d57b182098650c2c79789792422dcb618e5db04976408530230ce 0.00 MB 1 0
74,678 74,678 000000000009186828a79b8460c98c3dd55eef2c0c6ec5bf20cf18d51342fcc8 0.00 MB 1 0
74,677 74,677 00000000002392aa7549d26c74b6d4d4199c8cd4d803e395953f73f2e7bf275e 0.00 MB 1 0
74,676 74,676 000000000033c5b1b6c453d2e09f10ac32e949e607616bf8b722583b0cb0545a 0.00 MB 2 0
74,675 74,675 00000000001e8952e777c6bc84df6eb0797079fa4abff8949aa1a339ed77c26a 0.00 MB 1 0
74,674 74,674 00000000003884c09f704ad4ace1f1e96088ec6582ccfa383af10f2d238a45d7 0.00 MB 1 0
74,673 74,673 00000000006ba8a8724e3cedae670c52fb58e54600c6ed4660c490aab33a915f 0.00 MB 1 0
74,672 74,672 0000000000038eb1f0bc7fa05c7a308f8f7c98155d4f369b1e9fe113a5bd91bd 0.00 MB 1 0
74,671 74,671 0000000000247ed4e8182307fc9717bbfc814b103757d431e605ceb05a0bcd2a 0.00 MB 2 0
74,670 74,670 000000000079c40668e06dce3d039a2ad4bc0a5925b890218e53d39ebd93e949 0.00 MB 2 0
74,669 74,669 000000000069a19549bd1a47d3384a5b13502139a64d66076e7bbdf9b169c5d9 0.00 MB 5 0
74,668 74,668 000000000056fe2bde21392f6833151fb872389d73bf6f5ce67e7fc3d3450e6f 0.00 MB 1 0
74,667 74,667 000000000052801969753ac68206f9af9c92388844a2b485e7120258e6261f67 0.00 MB 1 0
74,666 74,666 000000000026c2e655a9ac4cd19f3d5992ddf6530023b43fbfff0fa6ec7ac3f3 0.00 MB 1 0
74,665 74,665 000000000015c363e380dd42bb3b16ef3f1dca2caf1446965afcffe8c08ea2df 0.00 MB 1 0
74,664 74,664 000000000030e5dedcc68f6dbaf398523c04de694b7feba595d70d668fdc1d79 0.00 MB 1 0
74,663 74,663 0000000000133efab3ae2928de5d836eab4968cdaed9c28c03cb1603c78b0781 0.00 MB 4 0
74,662 74,662 00000000006c5746de4360f9717ab980669b07863b928a763a61a59c1b1fea1a 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.20 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,695.40 GB sent, 98.56 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.