Memory Pool Memory Pool Refreshing

17,294 transactions
14.41 vMB
Show Random Selection Loading Transactions
Max Size: 78/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
887,220 0000000000000000000282810000000000000000000000000000000000000000 ago 1.00 vMB 3,878 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 887,219 (451 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
886,768 886,768 00000000000000000002328f374b73f3485302f9e77208e3a8395b13b1868919 1.49 MB 2,732 4
886,767 886,767 00000000000000000001d703013dd3e1a8bd0712c22e3edc75afe6ac22b6535d 1.64 MB 2,204 3
886,766 886,766 000000000000000000024feb4d0335cb5f953e3429a43da63c236466bdc1335a 1.55 MB 3,916 6
886,765 886,765 00000000000000000002186ffc765dda8da8783716859a58276feb0b7ca7d781 1.70 MB 4,015 3
886,764 886,764 0000000000000000000161b77406b1b818037b3dded409fa0838283d84ac7d71 1.62 MB 2,748 5
886,763 886,763 000000000000000000011baaac4fb35dfc58a8f5ca50c0e8c1125e2e53ff4338 1.63 MB 3,073 6
886,762 886,762 000000000000000000009da48d23ba1ee4a4551ada46cfa01b448918a731d6e0 1.65 MB 3,027 8
886,761 886,761 00000000000000000000a28387d33bf8f60db3a76ec4723b25c3b51cfde083a0 1.53 MB 3,326 7
886,760 886,760 0000000000000000000112a9c61039b1fc61632ca05167e551857fdc265bbd72 1.12 MB 565 2
886,759 886,759 000000000000000000009d568859191003e4240f14bf37a453db074837e4a24d 1.89 MB 1,161 2
886,758 886,758 00000000000000000001c7765013afa29f9ce1f397088d59c761798151ed6f82 1.61 MB 3,861 5
886,757 886,757 00000000000000000000bcb0d1e45a138403c2842fe1a49963ba35cdebed5461 1.63 MB 3,121 4
886,756 886,756 0000000000000000000229601b576d13a70b6d3634ad081b3d8c8d589d21edbb 1.66 MB 2,153 4
886,755 886,755 000000000000000000001ae26d3a536c0ee4031c88aa1b1acd7cf8bd6be24f3d 2.14 MB 642 2
886,754 886,754 0000000000000000000080ec40299ea424ed8f2451ee2cb22a22996fe63d5116 1.52 MB 3,727 5
886,753 886,753 00000000000000000000ae4518ec33b88e21567dd902a70948864eff28edbfab 1.97 MB 1,282 2
886,752 886,752 000000000000000000025b41b2998ee01b83381c103bb1a188e88b1706a71026 1.49 MB 2,897 4
886,751 886,751 0000000000000000000045ca29391c77ead8e7e1c4668cdcb1c83f89200c4087 1.86 MB 2,434 3
886,750 886,750 00000000000000000002009cf9006b1cba2af794d416fa23e26fe078a55210d5 1.77 MB 1,982 3
886,749 886,749 0000000000000000000072d40104b0c0bf6b99a3289027c32d42b807ab86157e 1.92 MB 966 2
886,748 886,748 000000000000000000013d00234f54a8b0bbf3f5f10b47eab11cd9796a70c78c 1.86 MB 205 2
Previous 10 blocks ↓
Total Size: 732.78 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: 2,818.69 GB sent, 124.96 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.