Memory Pool Memory Pool Refreshing

6,478 transactions
2.20 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,822 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (16,643 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
891,203 891,203 00000000000000000001d88e9f0320fab61e05d8efe730f645b066f4d40f9679 1.56 MB 3,031 6
891,202 891,202 0000000000000000000121d82e06be9ff12d7f42afe28730e2f2b7ed4fa7657b 0.74 MB 754 3
891,201 891,201 00000000000000000001e18289df1514f10ba79ed4f49253035d1f23ef064754 1.14 MB 2,134 4
891,200 891,200 00000000000000000000658f27d32c91eaaeca6ee5a7353ba9b5468af63b6e7e 0.33 MB 703 4
891,199 891,199 0000000000000000000149d959abc766cff3d3570b203a27d2b3b16499b4faea 0.70 MB 545 2
891,198 891,198 00000000000000000001963348ac10c8d68f6a4a493637a6d609bd31864e43cb 0.81 MB 1,291 2
891,197 891,197 00000000000000000001f4b049866d39dd0d3778fb03c1e3292fe5e48f0dfd41 0.82 MB 1,147 3
891,196 891,196 00000000000000000001a7f633db3a1937a8c888509cfbca837132032dfa0ad8 0.25 MB 550 6
891,195 891,195 000000000000000000023fb057c3ec5fa0a95b450b3a8d5964f7b2e2cfc8c552 0.61 MB 1,250 4
891,194 891,194 000000000000000000011d5c2d88f7a7dc754e9ca4103d29866af51db873ec82 0.61 MB 1,317 3
891,193 891,193 000000000000000000007a7af84222599cd6c8e8dbc0246fe8dc58d0deca8c3b 1.27 MB 2,189 3
891,192 891,192 00000000000000000001dc642deac663f1247f162995676ca815ab2bb992ae41 1.66 MB 2,595 1
891,191 891,191 00000000000000000000b3c004be6b71c834e0c63e8bdced9006f7c4de5707c7 2.02 MB 1,199 1
891,190 891,190 00000000000000000001e34a1dfeaaa1ea5b8627f5d4a6b60259f9b5057760b0 1.71 MB 3,179 5
891,189 891,189 00000000000000000002286300d6cea4c552ec51441382b9b1a1a7d67e1b5b8f 1.39 MB 1,862 4
891,188 891,188 00000000000000000002125b53ec4dcca98c4b8a43bfb9eed0d55ac7de78cb3a 1.13 MB 709 2
891,187 891,187 000000000000000000001992d78ec9014fbb303a28f66328b9b6b80c554c0cac 1.64 MB 2,924 3
891,186 891,186 00000000000000000000bc3d5a9ec94de760bfe98d7d9560e7ceb1cb0f64c647 1.76 MB 3,228 3
891,185 891,185 00000000000000000002351afa5102c5ea1a28966e7a2f235f0802f043154d99 1.59 MB 3,974 9
891,184 891,184 00000000000000000001c05b3ff8fbb359cd80edb82bce863aed68eee0405aca 1.42 MB 2,191 3
891,183 891,183 000000000000000000014fe4a0eb1b12270846f89afe66082c7c1c55089a7e5f 1.65 MB 3,582 6
Previous 10 blocks ↓
Total Size: 769.25 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,635.20 GB sent, 94.19 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.