Memory Pool Memory Pool Refreshing

6,666 transactions
2.25 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,829 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (826,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
81,751 81,751 00000000002d6f6da7c44186833afeba22a48fb1dc921912ac6ffd641f71c8eb 0.00 MB 2 0
81,750 81,750 00000000001217858077fb03f18b1e4f2b76e8bdadf67cbd86d672e553753e05 0.00 MB 3 0
81,749 81,749 000000000035dbebd436657f703b12ea72d6f1897dfab846da8bd564c04fd0d5 0.00 MB 1 0
81,748 81,748 00000000003773768871323b9a286710b481c1fad97e89a62ce52667532cebaa 0.00 MB 2 0
81,747 81,747 000000000011d375573a036b142faca07a4258a18649afab1aa5c2025ecc0041 0.00 MB 5 0
81,746 81,746 00000000004133f1089c5f4a1582b00f8cde484e70834a965e9279b3cf3a3952 0.00 MB 4 0
81,745 81,745 000000000030d78b7f42082be51f872e6c6fc7e63345e36dee3a3a7841d1873b 0.00 MB 3 0
81,744 81,744 00000000001fa95f239926e69144947f4349ed7f9bf47c251df9a8be68650615 0.00 MB 4 0
81,743 81,743 0000000000152c0b8577389319f801424c4715ce93fae43e5724c398836a123b 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 769.25 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,635.20 GB sent, 94.19 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.