Memory Pool Memory Pool Refreshing

7,302 transactions
2.51 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,402 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (571,084 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
336,613 336,613 0000000000000000115ec22d69814f07a11bb2ca847784aeb3ab399153f56448 0.10 MB 127 16
336,612 336,612 0000000000000000005bfa14c5b29bce7ddc5b5a5bc6e143ef8952cabb18e40e 0.31 MB 522 27
336,611 336,611 00000000000000001a6a086db2f7c612b50c74b77bd3d90f7537e43b1c5006a1 0.29 MB 460 25
336,610 336,610 00000000000000000840a6b09d9d3685dbc92cf67bbff3cdb5f3bb9618bcc99a 0.06 MB 101 22
336,609 336,609 00000000000000000b5c8b518aae5fca21f7cf2edf3222ef6c3035eda121b9c9 0.18 MB 340 26
336,608 336,608 00000000000000001b1599225fe76e7adcb38895e33211fda58abe023881f48d 0.21 MB 296 19
336,607 336,607 000000000000000000cdc1ed4f18281d27e34124ff6e084e72621a9575792ba4 0.15 MB 175 15
336,606 336,606 00000000000000000b8092bf56f92689995fb207d7b5659a617f8d20199cb903 0.38 MB 788 27
336,605 336,605 00000000000000001b5925a95190bd3855edd82f0cb87632e3e64c85c2a827a0 0.04 MB 102 28
336,604 336,604 0000000000000000094eaef7b43d35dbf4533e2969470ae944e4347c605cfd05 0.45 MB 635 20
336,603 336,603 000000000000000014ca06d8c164a8986e6ce2956134343dce6ee8f2debb1d8c 0.75 MB 1,643 30
336,602 336,602 000000000000000019085bf2ee28ce1c9741b4e08e073b90c277b13c16f5fc07 0.50 MB 814 23
336,601 336,601 00000000000000000d1c0569a8474aa3309359f6f83598bc0703d26fb7192c8f 0.71 MB 1,259 22
336,600 336,600 000000000000000003e236f017ef0add8e3c53eadeb47a8cd56fa35f4d90189f 0.15 MB 512 56
336,599 336,599 000000000000000004aacd4e42f11d229a6181feb210f078c90d269f6166ca87 0.00 MB 1 0
336,598 336,598 00000000000000000e0cfaab7e9e6a9cb144777647ca8a900b476f1a37b70825 0.38 MB 705 28
336,597 336,597 000000000000000000e9352e73ef5c44ae0808637a641039a0f96e4afd4a659a 0.18 MB 369 26
336,596 336,596 00000000000000001562e39680215040651c7dfd111cfbb9a7d6550f336297cf 0.15 MB 302 25
336,595 336,595 00000000000000000b180773044f86aa6132fe564bfb5df5f4b8b60145be0f71 0.68 MB 1,423 29
336,594 336,594 00000000000000000c29c2cfb9b5883de03fa36bb8d152c1fd695ab57ecff28b 0.05 MB 79 20
336,593 336,593 00000000000000000705f14b10f5b02fb337d849dc2bc617a75476bc4775c9b0 0.36 MB 526 27
Previous 10 blocks ↓
Total Size: 768.98 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.38 GB sent, 92.71 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.