Memory Pool Memory Pool Refreshing

9,023 transactions
2.72 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,541 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (154,756 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
753,118 753,118 00000000000000000008d8ccdea32415b8b829bc76225df49aee2648ffd63022 0.64 MB 1,216 11
753,117 753,117 00000000000000000002df25bedbc98220bb6167bb50033eaabbef65e65951b6 1.51 MB 1,796 7
753,116 753,116 00000000000000000006c89d0934bc9a6e4fc67de900b98a4da0d48d42e8471d 1.64 MB 1,816 5
753,115 753,115 000000000000000000072e11b0f188302a050d517cc381f768d6f975b993f02b 1.45 MB 2,360 9
753,114 753,114 00000000000000000008ac4ccc426009dc5ac0ee6759115fba6bdffd27597312 1.35 MB 2,057 17
753,113 753,113 000000000000000000082bcb097359eba402444c1e4b8e11740de224c46698c8 1.31 MB 2,377 20
753,112 753,112 000000000000000000013ff9311931c83f60c59f8ee44f2bba503d42d7a2423d 0.63 MB 1,089 11
753,111 753,111 000000000000000000033ca38e089ff5158befe61f603d2eeb051c65c6790977 1.48 MB 2,704 11
753,110 753,110 00000000000000000003b3d5b9644dd4073a8e47db303e5545edc4f0860c4056 1.22 MB 2,189 11
753,109 753,109 00000000000000000001c3eb8581eeb871a727714ac07ac979af1c05aea2ec14 0.56 MB 498 7
753,108 753,108 00000000000000000007e29c55ad3f0e520929ba3465eb1a0fbf42700959be37 0.00 MB 1 0
753,107 753,107 0000000000000000000341e11a0c0d6b542f73771ba33844b5f86e6a7cb7868b 0.05 MB 124 10
753,106 753,106 00000000000000000006dc36b02af74efcad1c1d8cfd9ed63478724936ec7fbd 1.36 MB 1,447 8
753,105 753,105 00000000000000000007e0896be4c7baa583ce9743449caa10ecf763c75c30c0 0.27 MB 580 11
753,104 753,104 00000000000000000006f870a5693d68d2f0da700326373a7d7870103a04297b 1.17 MB 2,197 12
753,103 753,103 000000000000000000072dfb99064ae12f645c9e8a91be55fb80a9ddf106755d 0.40 MB 725 12
753,102 753,102 00000000000000000007d978f0c6188925f510e721bb1e22bb9dea2ec7c8790e 1.09 MB 1,069 6
753,101 753,101 0000000000000000000815caf3bb452b7239cf55412ebbfeb5e0c39a34a2f905 1.53 MB 2,362 8
753,100 753,100 00000000000000000003b4dcc26da6f5c407de3a2dceb686de4940e0aa3d414c 1.35 MB 1,056 11
753,099 753,099 000000000000000000023820b377bdc72b4745c2236e2ddd8868af7aef20ebfe 1.18 MB 1,315 15
753,098 753,098 00000000000000000005e496e80433c99aabf8e0a1e9ccdc1afd058fa86bbf56 1.35 MB 1,820 8
Previous 10 blocks ↓
Total Size: 769.31 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,642.79 GB sent, 94.50 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.