Memory Pool Memory Pool Refreshing

4,134 transactions
1.52 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,896 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,806 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,895 (764,301 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,594 143,594 000000000000065b585e3b8d036dd29015a1378d45a38e79c7b5cbed1626e731 0.00 MB 11 61
143,593 143,593 00000000000000ab3cc67ff45914adc6fdb529c378bdf6264a865a34abb9373c 0.04 MB 68 110
143,592 143,592 000000000000028d53834351d1c9a9a855cc28aa9972e325f74f9e5c46be64da 0.00 MB 6 121
143,591 143,591 000000000000055ce32195caf774f7a715ccfb2ecb458a00370247b715ad7ace 0.03 MB 65 91
143,590 143,590 00000000000008f60a672e043b69b2282b9e395d4dd0d312728c542ab892a4e1 0.00 MB 7 727
143,589 143,589 00000000000006bc712370ab066a9b2714bceb1ae9b0e0526e40322d28f92657 0.02 MB 92 59
143,588 143,588 0000000000000932b052be9cf5b34f2a8b1fb742cda34f2cfb7e66a3d9aac508 0.01 MB 8 19
143,587 143,587 00000000000005ec59272680b715c8cc35a7968aa8f9285c7dc5fc3559c61d46 0.03 MB 50 64
143,586 143,586 00000000000001ceb0f086ac501e3a959e7253512e88cef3101c659fddba405d 0.02 MB 49 94
143,585 143,585 000000000000007dd0cbed79f412745af74d324f5eae087a032707703dc9bb77 0.01 MB 18 44
143,584 143,584 00000000000002c4f701978b357bb5d367560152880a2b4b2dd6995d0e66ad8c 0.01 MB 15 278
143,583 143,583 00000000000002c27bd5ab73433af03726dca1dfe8ecae51d093ae3704dbc51a 0.03 MB 102 114
143,582 143,582 000000000000042cf63f4c179f9686cfba4113aa4a548f1ef0e7d40e3bcfad39 0.00 MB 18 120
143,581 143,581 00000000000002fcd078b9559bfe95434b8e1b7b6552fa5e5f9946901bdfcb7e 0.05 MB 86 163
143,580 143,580 000000000000026fff1680f6e51bd8c50c285b77560c631abcdbcdba920969ee 0.03 MB 60 205
143,579 143,579 00000000000005c2e3c664c258ae122707d3aa0f8c64a89984e79de1dd71f320 0.00 MB 6 40
143,578 143,578 000000000000077a1fa8914110f794592dbac50421939be418922e1d864dc288 0.01 MB 20 112
143,577 143,577 000000000000035a1fba020eddd1d319858e360975025862ee43dfa4e83beebf 0.03 MB 48 103
143,576 143,576 00000000000005196a809d5d2c88fb04a69478537e1ac214aa68e9c832c0bd38 0.01 MB 49 49
143,575 143,575 0000000000000058038b10656b1770c8786f7774e02039e13218a6c297eb460a 0.01 MB 13 617
143,574 143,574 000000000000014a0253914d0e2d82beac91944da9bfc54c5cd7feb2f436487f 0.02 MB 49 95
Previous 10 blocks ↓
Total Size: 769.35 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,643.52 GB sent, 94.69 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.