Memory Pool Memory Pool Refreshing

10,372 transactions
7.13 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
4 sats/vbyte 3
2 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
908,188 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,869 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,187 (905,575 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
2,612 2,612 000000000d94d4bce4eb076b5f0bd4dc784887ac8bbb2fe9b45efbe34e20f897 0.00 MB 1 0
2,611 2,611 000000004e4adedd77c0d4f21d173f014969e998558f9dd3d512d9a53d322317 0.00 MB 1 0
2,610 2,610 00000000279241dc111765893cab93b90d93fc75d307fa4894c70b90a4aaab54 0.00 MB 1 0
2,609 2,609 00000000f3f83c8c386fbd89c5e00739aa1b7f1d5367c92fd2f6804275dd1c7b 0.00 MB 1 0
2,608 2,608 000000006304081c10fb81029e85f8930ce1f4d656bffd35d049078db4de767d 0.00 MB 1 0
2,607 2,607 000000006bf9a1754e0f7c6e1be94734a29d9b476250f910f2c46538ccdf5a42 0.00 MB 1 0
2,606 2,606 0000000009df023a09a3b21016a699f89925009e0b12cbf9a30146193c4d2cb7 0.00 MB 1 0
2,605 2,605 000000006e323510e612c2ce2d70cf8a125828e48e9a23d7fb21764c2ac1c43d 0.00 MB 1 0
2,604 2,604 00000000759140a9f5354dd25da52a259d390227c701483695a6872ac8f92b32 0.00 MB 1 0
2,603 2,603 000000005e1701c2667bb986891b280c9c1a6ac15d978a8ce2059a3155c97a76 0.00 MB 1 0
2,602 2,602 000000001eb87d7338980be3e902bcd13393cbe50d43dec5ed601c14c9bebdba 0.00 MB 1 0
2,601 2,601 000000001ef2ee83e0a9e851bae4530566ba9353e89a7f814cef7bb36fc99641 0.00 MB 1 0
2,600 2,600 0000000091a7488531bb1050f24c0f8f90d4da873673eb4dec62bbce56a32910 0.00 MB 1 0
2,599 2,599 00000000d96cd57bf653812f5a3126a14ea39b089e4afa71e67e9a8bbed6a433 0.00 MB 1 0
2,598 2,598 00000000228868bd1c5fad818799827c4bbff4cecc5673511a1c594f7ccaff4b 0.00 MB 1 0
2,597 2,597 00000000fa68b47da2fff1d2a238f09256779c997964fc762c2b5cd6b6fdd842 0.00 MB 1 0
2,596 2,596 00000000d66246fba8e33ff91fbbb77f902bc78328eec4d2790396bfb7987154 0.00 MB 1 0
2,595 2,595 00000000133e1cff927825f11abd9c70201277f6f1128e06a5e333c57c5678d3 0.00 MB 1 0
2,594 2,594 000000005ab0f1be1bd8140c1e84bbb4b036290d06bc776971f7c9eccc59ecb7 0.00 MB 1 0
2,593 2,593 0000000065b1ae0e2ddc79aad73de63ebc730cbf4338d13ec9ce3f8cd054d787 0.00 MB 1 0
2,592 2,592 0000000040eadecc1b9d7b61730e2cff3f4090af431470b0cce34abe47362c5a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.92 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,681.83 GB sent, 97.41 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.