Memory Pool Memory Pool Refreshing

3,962 transactions
1.24 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,711 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,078 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,710 (637,047 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
270,663 270,663 0000000000000003fe511cb9ef8dbbfde93216eb1d0d5745137bd1dbaa17a437 0.35 MB 580 33
270,662 270,662 0000000000000001b63212479bb876daa0869dea3e4481edf1fee75a3a922c0c 0.25 MB 731 118
270,661 270,661 0000000000000006503341b7ae22d5f3589d24632afa7d3d00769d88ffe8cb40 0.25 MB 574 41
270,660 270,660 0000000000000002c34fee5a293f437e053d3f5944ea3fd0b19ccb0f539d139c 0.25 MB 710 37
270,659 270,659 000000000000000141391c09568a16d31c8b1df0755da2b73eb48ba4fdbae593 0.25 MB 594 59
270,658 270,658 0000000000000004b443a6be28f454a89270a75f650afee406fbd520468c8482 0.50 MB 1,483 151
270,657 270,657 0000000000000004942f99d951089c7edbeb38c76ee61c3385ab213a402695c4 0.25 MB 717 84
270,656 270,656 00000000000000015aa5ca85e1a82c2b4d8645508017484beacad19a52dd8185 0.04 MB 101 73
270,655 270,655 000000000000000498475d9e58ba1bcc636eadd1b6c0f21f4e0805ad88180941 0.14 MB 167 23
270,654 270,654 0000000000000000cd4b1e00a0f4da0eb2418502af4a22155e6e70d8c9e6ecb7 0.42 MB 792 50
270,653 270,653 0000000000000000714c3ac340c0a43a33bd4c2dabe5b7019d7f07e46699f8f3 0.25 MB 395 46
270,652 270,652 00000000000000001e82580a59537122aacb6a478d30f0f17283606500aaeca1 0.25 MB 606 90
270,651 270,651 0000000000000006353a1afa18d41c295221f327c24d157665e94c116ce9a740 0.25 MB 459 33
270,650 270,650 00000000000000014802f27ed4d81fc9d1b2203c129e2125ab7eb4e9a3611c76 0.50 MB 1,380 87
270,649 270,649 000000000000000312f93b2611568cec916009e890c117faf788ca7f99521d41 0.50 MB 1,187 127
270,648 270,648 00000000000000015aa79472ba8029699a226440231d49d65e20aff309b150af 0.15 MB 223 28
270,647 270,647 000000000000000375ffc0e19b405bc012f9fd7c5c0312843cd6be8921b45dcf 0.51 MB 1,231 38
270,646 270,646 0000000000000004b4d97c810fe8b5d2ba684c0d35d50e410bb946590936a4a5 0.60 MB 1,177 51
270,645 270,645 000000000000000228c8d3a4f11379b1ff8db99e7b2c1cfcc45168a72fafcd46 0.25 MB 682 172
270,644 270,644 0000000000000005b32feadfef1ca754bc83ed14b5e37392ec27624bebcf6dbe 0.34 MB 598 43
270,643 270,643 00000000000000069942bb2f5965e3662207abc3dddf44da1ec159d35baedd9c 0.22 MB 342 50
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.86 GB sent, 92.83 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.