Memory Pool Memory Pool Refreshing

8,444 transactions
2.87 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,933 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (630,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
277,703 277,703 00000000000000007d3f7b4089fee3b9cec3dd9431c7cd263cfe56d772fa1984 0.12 MB 256 40
277,702 277,702 000000000000000275fabb6b8a4ab8dc426b0b9e0ef98f4f341a3e10be8a625e 0.28 MB 650 45
277,701 277,701 0000000000000002c4ea16daca5b01c742ad63331c75ad1861f4ba651c585eab 0.04 MB 93 47
277,700 277,700 00000000000000030ee26e4a98a37c96033d4b3bafd64f86648ea88c8a628803 0.06 MB 125 46
277,699 277,699 000000000000000328b4076154d4622d33a56c155c8a04f8c126ad2f0f0a3075 0.03 MB 87 78
277,698 277,698 00000000000000025dd22885fea2a061b0d77eeae4eedebe2d490982214c4ae3 0.08 MB 172 31
277,697 277,697 000000000000000026102bde3ff67ad2314e56439f8bfd37f869ebadffe856d5 0.02 MB 18 17
277,696 277,696 00000000000000008ab6b15d7e2753d087dc50d5697ff14458978cce6114d44a 0.02 MB 34 28
277,695 277,695 000000000000000021a2ed2eb70d441b645f473efb410a3c7d03640ec33f8839 0.25 MB 338 6
277,694 277,694 000000000000000252cbb3e2eee4979d4084f5b3d97e92212be05b54099dee43 0.01 MB 53 40
277,693 277,693 00000000000000039c04de21daf53870c133e13a77244047707ca9f109f13606 0.15 MB 182 15
277,692 277,692 000000000000000114a848364f1859ab95b09eee86ca5d44361275d0bb09cb85 0.02 MB 54 64
277,691 277,691 0000000000000002fb461228521ef6ecaceae5c216716bc7516f809a2fd7d818 0.12 MB 231 36
277,690 277,690 0000000000000001d7b24eb4dabc5d6eca0546c595cda85ba6a2642569a69817 0.15 MB 195 19
277,689 277,689 0000000000000001a7aa02342e450c1fdd4837a618e1aace8a5614df9182158c 0.15 MB 110 9
277,688 277,688 00000000000000032eb6202ba92bf53af43a705ad498e18245f5c914ad4843b3 0.18 MB 379 35
277,687 277,687 00000000000000031496fe6863271fb6fe69bd4ddf5bfc8e5f3215b68a2022de 0.10 MB 256 63
277,686 277,686 000000000000000034deb1ec53ec6cc7e433e2bf86a9a26032865d4967a37536 0.35 MB 236 12
277,685 277,685 0000000000000001740dfb4c7cd18ef562291e99a2ed25f8d9f0a3e8982b994f 0.07 MB 145 41
277,684 277,684 0000000000000001a800f5c5b68bf557db98e68d907f512184813b3b000c3606 0.35 MB 102 2
277,683 277,683 000000000000000285a5679037a3f301d3033a2787464f0b8b2daf7819c69df1 0.26 MB 474 28
Previous 10 blocks ↓
Total Size: 769.04 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,626.64 GB sent, 93.07 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.