Memory Pool Memory Pool Refreshing

13,771 transactions
4.36 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (647,704 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
260,014 260,014 00000000000000091278dacd89c9012fe92f0b042d244d1185fa7e15804f9ede 0.05 MB 131 102
260,013 260,013 0000000000000014252ec7709f87e22bfaa3deb3c368d1c736972fcce11f201a 0.05 MB 128 172
260,012 260,012 000000000000000c358ee24ad38294b52c3f0a1cd61bbb2a4fd0547f482598c6 0.12 MB 291 121
260,011 260,011 000000000000000edb60273b2a520d4925acf11d15296df0ae684fea4afa750f 0.02 MB 52 63
260,010 260,010 0000000000000014b983626658b20f4b0e101d074c180a91183cc0eed56928d4 0.12 MB 273 193
260,009 260,009 000000000000000c56f47807d07bae069e79508254bdcde5e6c5f31e8b689cda 0.10 MB 198 67
260,008 260,008 000000000000001abd4475c210b53e7a33e83938078cf705e81ae521195c83cd 0.09 MB 128 91
260,007 260,007 00000000000000132b841a7c5893019846edc62b8041058c705860f719c6d446 0.11 MB 84 50
260,006 260,006 0000000000000007c8a9528c1f457de5e71119a02c6411612e871d3758e5d365 0.12 MB 276 113
260,005 260,005 0000000000000016b2f16debac57c72a3e9404dd42e5c52e523c02248da062ca 0.12 MB 294 118
260,004 260,004 0000000000000002ceaa370c1e1d60059c94bd90315263ae04fb972e74f37434 0.11 MB 321 312
260,003 260,003 00000000000000162af902c90f03394a7eb886f1d6595dda8b4bdb6d9820d5f8 0.17 MB 435 506
260,002 260,002 000000000000000b03bbb466b587faabb8e02015fbc5743c165b1c303f7b7248 0.03 MB 62 112
260,001 260,001 0000000000000006bda8a9646243754929a49cbe92a1312ad9623468cf99b9f3 0.07 MB 162 123
260,000 260,000 000000000000001fb91fbcebaaba0e2d926f04908d798a8b598c3bd962951080 0.06 MB 156 122
259,999 259,999 000000000000000057ffed43d607a5db036fe78f00c13852c8c9bca3518966ae 0.05 MB 124 63
259,998 259,998 000000000000000c801b99dcfaee4086efeef5ac20aa002c0aeb0743a0be4b3d 0.11 MB 258 110
259,997 259,997 000000000000001a014bf8d802fb3107b793e0580bd786ac3cb8879dcbc1550f 0.11 MB 283 134
259,996 259,996 00000000000000239b8aa6d3f746bac3b20139d07c96e0ea955a6ccd3c041320 0.07 MB 167 95
259,995 259,995 0000000000000010ece577b1c9692e0abcd27cfe7773fe5f45ae55384e5ad299 0.16 MB 384 108
259,994 259,994 000000000000000e6b1465697886b438b2402f026a8ad877fffa9120c84ecb46 0.08 MB 207 118
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,622.93 GB sent, 92.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.