Memory Pool Memory Pool Refreshing

4,026 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,697 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,000 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (164,635 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
743,061 743,061 0000000000000000000390599a220ef3f77e4872e33f155d09a7e40dac9eaf9d 1.74 MB 772 1
743,060 743,060 00000000000000000003c6bfafe8989b675c34e702cad5111e81455a8335adde 1.57 MB 2,441 14
743,059 743,059 000000000000000000095b0ad208eb8514287783378ecdafd88a9a9aaa8483ed 1.74 MB 1,205 2
743,058 743,058 000000000000000000024acf8b0ea4bcb73fa47c3478a2207a0530de72d697e5 1.66 MB 1,401 4
743,057 743,057 00000000000000000005a335e340083f7ab00b1a6e9280dd3ea3addfd375295f 1.41 MB 1,443 8
743,056 743,056 00000000000000000007dfc039468bce8341083a65942ed3717defc349a018b3 1.41 MB 2,121 18
743,055 743,055 0000000000000000000902d9bd38b0e9e191cc1f63c672c576dbdec4a1beba1b 1.63 MB 1,237 18
743,054 743,054 00000000000000000004dc9e436816addb0e42b1164e39e1f1fabe20eac8d0ce 1.28 MB 1,187 19
743,053 743,053 00000000000000000000554fc3100e1c90f4c744a76594ab459dec553e3f794f 1.55 MB 2,390 12
743,052 743,052 00000000000000000008bc6f20a7c57a18818a08af40f3bc24fe56c76c014079 1.48 MB 2,614 9
743,051 743,051 00000000000000000004df5d6ba77d48ee7e7f77bf011a07318e7b73ba46352e 1.55 MB 2,333 12
743,050 743,050 0000000000000000000062badf97cee3473c6076bccf9d220bee730fc6996f1a 1.61 MB 2,025 9
743,049 743,049 000000000000000000054b73af508e994fe9081f37b3494fb9a40e571cea8873 1.45 MB 2,918 20
743,048 743,048 0000000000000000000378a3febae48a48cfda5aebaa33fb782a37ed76827e23 1.69 MB 2,101 9
743,047 743,047 0000000000000000000551bf69c3c47451659cce4c69fd91049722419bbd995e 1.59 MB 2,869 9
743,046 743,046 0000000000000000000869c6844d1f10a8ebe7b2fa0859eba1fe2922145e98f6 1.54 MB 2,720 13
743,045 743,045 00000000000000000004a16b83c76f5e79c47b81d0b43fd1c1c65e1de7244a35 1.53 MB 3,027 18
743,044 743,044 0000000000000000000096a85d93efe4372f4ff36dfbae6546e6749a651c7c86 1.65 MB 2,268 8
743,043 743,043 00000000000000000007fe540c9ca1b1c8f03a9a5ecd89c4d735fe29e62fd7cb 1.44 MB 2,808 21
743,042 743,042 00000000000000000005558a77fb536ed16b6bd49946dd24dc884fc394626494 1.43 MB 1,831 8
743,041 743,041 00000000000000000001a9dbddc6d0b4b438e8ad95c3c876f9a7c99a12d789db 1.16 MB 959 8
Previous 10 blocks ↓
Total Size: 768.98 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,615.72 GB sent, 92.69 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.