Memory Pool Memory Pool Refreshing

2,257 transactions
2.14 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,805 (37,093 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
870,712 870,712 00000000000000000001443d5319d656551b31718b41fb2f4beb1919e03ecc5e 1.81 MB 3,033 5
870,711 870,711 00000000000000000001aaad9ad3d4a73efe572ee108afcc6f6dfb90d536042a 1.69 MB 4,039 7
870,710 870,710 0000000000000000000230b882f8dce8e7900de7180e4d5d44db3dc36c85f941 1.54 MB 5,259 7
870,709 870,709 000000000000000000004843be36e9a85966a0503d5f35c15669d96803e930fc 1.57 MB 4,363 13
870,708 870,708 0000000000000000000283d38f015b7f2383d6223687b9f68cb7364dd105bc75 1.53 MB 5,190 11
870,707 870,707 00000000000000000002b95c87a9c18e6cef760a90d3e079e2d9fbeca76ceeae 1.47 MB 5,140 13
870,706 870,706 00000000000000000001b09b0b124acf9a3d377bf2e5a7589745cb5abfbbeb3f 1.57 MB 5,303 20
870,705 870,705 00000000000000000001d71418f7d3aad6a35cd522bd7bb993e9241b2c225886 1.43 MB 6,324 30
870,704 870,704 0000000000000000000135eb9c709806bd4f65497890a78daf398a5756941a60 1.92 MB 4,406 2
870,703 870,703 000000000000000000017bb1898763abd1c73e16089698e85a247e46f2402b94 1.80 MB 3,362 7
870,702 870,702 0000000000000000000000ca3360b9bf2c2f00921919736707c5dd134ec21cd0 1.71 MB 4,942 4
870,701 870,701 000000000000000000025e016e2468c6ea4677271f00c465e56c30316f78b36b 1.75 MB 3,231 2
870,700 870,700 0000000000000000000003add12f9b1d341ded869f0c532f91ea00e21edf2805 1.84 MB 3,630 2
870,699 870,699 00000000000000000001f0873ccb1691ea2013eba2b7af10fd796e073af0c5fd 1.57 MB 3,483 5
870,698 870,698 0000000000000000000102a0601ec67ab0d063b85e3898a44e556b6d819761d0 1.77 MB 5,491 2
870,697 870,697 000000000000000000002c9f154e8ee64a6b346b7d53ba16efa65c39742a44dd 1.61 MB 3,462 5
870,696 870,696 0000000000000000000265ce9f40105723d51b83a2f385b0fe875a1479296a52 1.88 MB 4,572 3
870,695 870,695 00000000000000000001cb3f456a4b43c430079f3af443bf380e02e38f8cb2ee 1.81 MB 4,271 4
870,694 870,694 000000000000000000029d1e288ea2d889856e3dfb74d0c6d0375675517e2c66 1.92 MB 4,378 3
870,693 870,693 00000000000000000002438b74cbc61c867db10e4f91ab3deb2710dc023041c8 1.93 MB 4,352 3
870,692 870,692 000000000000000000000cf2b32157ccbc6b8a623cbb8774af8c3eefd6ada621 1.84 MB 3,411 4
Previous 10 blocks ↓
Total Size: 769.17 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,633.32 GB sent, 93.79 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.