Memory Pool Memory Pool Refreshing

533 transactions
0.35 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,289 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 533 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,288 (826,551 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
81,721 81,721 000000000029063d4c64d998365f4298a061faead87a24b7e2e11048668d6239 0.00 MB 1 0
81,720 81,720 00000000002effabf62f04964208c1a3a6c84e95a409c6406fd84fcb75ecab3b 0.00 MB 3 0
81,719 81,719 00000000003daeef38d532d0be4049e2da21bfbe9e79cb95a51bdaff59f11b42 0.00 MB 2 0
81,718 81,718 000000000037383730bb939d1e3a609f9200da7a7e0b56343a43ff7635c60cd4 0.00 MB 3 0
81,717 81,717 000000000030387c6ed121dea1c307e5dd131f8f4c65edd0507f1712fe48133c 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.15 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,692.23 GB sent, 98.27 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.