Memory Pool Memory Pool Refreshing

3,158 transactions
1.23 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,902 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,442 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,901 (764,300 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,601 143,601 000000000000012f7d2eaeba6ff1f75d4c2f3c9097e459a7244d50d9776be815 0.01 MB 34 36
143,600 143,600 000000000000076d6e1c0fef188ae125e9860a5acdb4d8aa03d5a4c58970b3cb 0.00 MB 1 0
143,599 143,599 00000000000004da87b66880ce29a98802608c35df32e78496935be3d281df35 0.00 MB 5 85
143,598 143,598 00000000000001e1a26ba007fd2d12d07907c91e5b61880466db8a2504bffa04 0.00 MB 6 731
143,597 143,597 0000000000000627fad5f819ca4a6fb6e8f1e7e54fffc9501677c75fd6c8f649 0.01 MB 21 33
143,596 143,596 000000000000092cdb4e9e64408033531f50e2e0ad61801828a25b53492d7c7c 0.02 MB 60 113
143,595 143,595 0000000000000610df93ac40914463abeff9868151a0f116208e6e36f21dfffd 0.02 MB 66 188
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
Previous 10 blocks ↓
Total Size: 769.36 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 1,643.68 GB sent, 94.74 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.