Memory Pool Memory Pool Refreshing

17,851 transactions
5.76 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (191,674 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
716,045 716,045 000000000000000000013a64c47b045e13b8e9fab1f4793ded6638e72b1038d3 1.19 MB 317 8
716,044 716,044 00000000000000000006594a731f05e3f200320b176ce2fc68d5de062bfb8808 1.34 MB 738 7
716,043 716,043 0000000000000000000358ac5ae62bcb24526fb301e7c1840b4558feadbf1a61 1.45 MB 1,319 9
716,042 716,042 00000000000000000008627f16293ea6ad3f5af3e517cabf0e0c1d524adc4098 1.32 MB 653 7
716,041 716,041 0000000000000000000776a0157339812cf8d78b9fd8edde5cfa4a4bd7370b59 1.50 MB 1,935 13
716,040 716,040 00000000000000000002bed6150d16aebe16842a3a0bfd550ee54ecbf980ffb8 1.32 MB 1,502 9
716,039 716,039 0000000000000000000574a03936b0be35452f9f700f39503c2591988fd6f249 1.58 MB 3,143 11
716,038 716,038 00000000000000000007af5160ba4cb6e8351b8352ff683baf5f1eedd8096ef4 1.49 MB 2,574 9
716,037 716,037 00000000000000000005d7b24ee07d3f0258f30957e93ea6eb1266d8d62986ed 1.53 MB 2,658 7
716,036 716,036 0000000000000000000226e43dd6f28e0de5cc3c105c15ae829d6304603a5b8a 1.38 MB 3,163 7
716,035 716,035 00000000000000000005d08061d08ed744fbee023a96e04f9373cb81f4349e5e 1.45 MB 2,291 7
716,034 716,034 0000000000000000000358fec8060fa0458eaf3df3f6d343f3006e8486562e5a 1.22 MB 1,682 8
716,033 716,033 0000000000000000000a3ac7675707bc4c02137548424778f6dce566d3dc2f9f 1.12 MB 946 6
716,032 716,032 000000000000000000030c0624db85fac44845a83186a686b777bac3a79b19d1 1.24 MB 1,474 10
716,031 716,031 00000000000000000005ba21f1a89f2e11beb455b0c9a33976d0308a1ad7fd34 1.34 MB 1,673 14
716,030 716,030 0000000000000000000713df1ba07d86c3fd2b8728de47b17e500970907c6052 1.54 MB 2,301 16
716,029 716,029 0000000000000000000327e870ff35db4b4840fccaa32f1ebc84b095fc60be91 1.42 MB 2,749 18
716,028 716,028 00000000000000000009d5579d5b13c6ec09082356bb21e08cf32ccf2b432791 1.49 MB 2,683 12
716,027 716,027 0000000000000000000396e0fe7ff8360d54e97b27531f3bffa01ee594d6b831 1.49 MB 2,957 12
716,026 716,026 000000000000000000010d5b99fe087decbccd794d095b1a85ee075f12f5085a 1.38 MB 2,599 10
716,025 716,025 0000000000000000000197ad8f950b405d4169eb504e344ba512b2e8feb00f56 1.12 MB 656 11
Previous 10 blocks ↓
Total Size: 769.02 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,624.25 GB sent, 92.99 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.