Memory Pool Memory Pool Refreshing

2,931 transactions
0.84 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.84 vMB 2,931 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (796,165 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
111,547 111,547 0000000000001e1ca8decea0f7f1919dd3dc2c55dc0ba6c3526d45c963a76fa8 0.00 MB 19 2,133
111,546 111,546 0000000000007a3117913dc322dc2462d56ab861689a6908d289862e87d8b82b 0.00 MB 12 352
111,545 111,545 000000000001255302991689e26aa0504d562c162d30c15901ec0cb0f40408be 0.00 MB 12 1,040
111,544 111,544 00000000000100c4114e295cca4955f3799740ad5ca1b0fe9751370da48af3a9 0.00 MB 12 0
111,543 111,543 0000000000000e3eefc5df388fa98861e9b366156d1f5ecf115d2d86e0fc8286 0.00 MB 12 721
111,542 111,542 0000000000007d529d7cd9f52420388eccba6b70c2aeea92289ece1cb38565ce 0.00 MB 12 350
111,541 111,541 0000000000000fc216b6122ec436d3d5f1220323e428d7577338f2736d308245 0.00 MB 12 0
111,540 111,540 000000000000e10f665ccb863c8acbae96be064d99645e831edf155764e1fa82 0.00 MB 13 340
111,539 111,539 0000000000004a231a5e76399b3dc12b2641052af6a2b6014a14399dfe74942a 0.00 MB 10 0
111,538 111,538 000000000000cc68afa46893a2b76afdc05e44e1edb1d3bb56a508b749513777 0.00 MB 12 0
111,537 111,537 000000000000bab8c7334b25b78c18912c29a0fb6b81929555fa00c6a15c2950 0.01 MB 23 647
111,536 111,536 0000000000009d27d4e250a917c3f02f9592625213ac0b858ae096d2d7267526 0.00 MB 4 881
111,535 111,535 00000000000087edff4b775025b44968875edbc8048beb0ac27402d315f3d22d 0.00 MB 12 0
111,534 111,534 000000000000f8b1df0bf9b2be3cda5f20431476a1f2657f8958b42411cfd70e 0.00 MB 13 334
111,533 111,533 00000000000034cd73afa85154cb37ab3efd7eef108a3bc4eab315b4df2d8832 0.00 MB 3 2,070
111,532 111,532 0000000000006645a04c0622419a2cc7736402403b850d0d646332f151251597 0.00 MB 2 0
111,531 111,531 0000000000002726563e20eb8a2dadd6ad94f07028b651ed8a6de69e209f817e 0.00 MB 16 1,349
111,530 111,530 0000000000006ea121e4a1f8918f1038229160862f3b44ad318d700a5b8e179d 0.00 MB 13 337
111,529 111,529 000000000000a1a205dc092b74204fe83425d1655fd2f7ed8dbe38a166291636 0.00 MB 12 352
111,528 111,528 000000000000b981f95dcc4a91237ca419a26068e66a2d399a163dea8ff2ac30 0.00 MB 13 675
111,527 111,527 000000000000bd578acec69ae6db434ffd0eee08966d7b8321e28010ace69d97 0.00 MB 19 637
Previous 10 blocks ↓
Total Size: 769.01 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,616.93 GB sent, 92.85 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.