Memory Pool Memory Pool Refreshing

10,767 transactions
7.58 vMB
Show Random Selection Loading Transactions
Max Size: 36/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 3,010 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,187 (826,445 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
81,742 81,742 00000000003d0c9279d468e08d08a65abf8279273949e5bfffd6af9e59c9a3b3 0.00 MB 4 0
81,741 81,741 000000000042d356a7342022b271a6af7504a02d925cde6aa80067f7f287316e 0.00 MB 4 0
81,740 81,740 000000000045a14577d6234d17c452129cb5176ecd59691c0f25684e63f09145 0.00 MB 3 0
81,739 81,739 000000000004c06333df2804acfb1bb74c99f0bac56494cfe99e77a3cd3f4841 0.00 MB 5 0
81,738 81,738 00000000000818790781b2b52e15776402a9a96aad6a6addc070fe801e254bbb 0.00 MB 4 0
81,737 81,737 000000000020b222c217572d2ede1258d63ae9a7a7d0cb24168fc6e1aab5d919 0.00 MB 1 0
81,736 81,736 00000000000ec338a95b66be2aa0875eeb5032e5137f7d53556f60e494abe2b9 0.00 MB 3 0
81,735 81,735 000000000003d79564b366310dfd9921c5b803e633e5f3615b23bcef9dba92a5 0.00 MB 1 0
81,734 81,734 00000000003b4cbd450d09a95039ef22d28178578a7aaaca81a2ebd9413a64ef 0.00 MB 7 0
81,733 81,733 000000000047592cb50c51ef0805ed3b21e54b0b7554f2648372f411e63fed82 0.00 MB 1 0
81,732 81,732 00000000002c1ef1b82ab6874242b714795275644e89ca1afc090f4db3cdb55b 0.00 MB 1 0
81,731 81,731 00000000000eed5518571ba06182b6264eebf9842b132d0b663d41436d8d5c06 0.00 MB 4 0
81,730 81,730 0000000000282b8f686b66029e6ff4b5a26b9de719a71a732a4b45ce8e799931 0.00 MB 2 0
81,729 81,729 00000000001afe640590e909608b0f7a3875a018c8f09754ab3ae6930d5e630e 0.00 MB 8 0
81,728 81,728 0000000000111023fff4c2f9713577afe4ebc79b3417e64fc04e7351293e8431 0.00 MB 2 0
81,727 81,727 00000000002f6152d0fe917e68d503189fc14af48b6d335ccdddfa488ea179c1 0.01 MB 2 0
81,726 81,726 00000000003e8466d83cf4098b20925c6a9314966e8b4bfc7b83837e72a0879d 0.00 MB 4 0
81,725 81,725 00000000000db15d46e5b1a03f07708fc43a7b782441ffd2fa3696544b6e4257 0.00 MB 1 0
81,724 81,724 0000000000207b1e665ddac01a48a4b6caf2b8c6b82f4fb941907c1942be8fe9 0.00 MB 3 0
81,723 81,723 0000000000084ed385cea9b577015e1184a6b620c8c8ab9f1b033e0dc1658f4e 0.00 MB 6 0
81,722 81,722 000000000025407c29a1c660481c986683858897512083b95dbaa768bd8da474 0.00 MB 2 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.84 GB sent, 97.42 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.