Memory Pool Memory Pool Refreshing

13,771 transactions
4.36 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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
907,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,591 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (612,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
294,922 294,922 0000000000000000229df0772e15c4fe87022c5672e1c3f6c358518d49e3e693 0.14 MB 256 29
294,921 294,921 00000000000000007fe93b67d1f3caf9d76f7973b16049400a1145ff2ad6f38a 0.03 MB 64 36
294,920 294,920 000000000000000082f8978216e8a81801b1b1bed909b1c42eff43af4fee40ea 0.35 MB 339 16
294,919 294,919 000000000000000020ec977990f168846ac438ce55368deb4272ec5421d2405b 0.35 MB 1,042 45
294,918 294,918 00000000000000000e725a86acdf2834f01166824c0a99a3184485bc8c0fa99c 0.11 MB 256 67
294,917 294,917 0000000000000000b0a333aa0e55c10188682cb436d8cf977e1f309d9102c45d 0.34 MB 527 31
294,916 294,916 00000000000000002801006d2c296abdcec507a6863b399b656f9035ec84ddde 0.01 MB 20 20
294,915 294,915 00000000000000006a1e8cea53b437e478d2856bd12bace80d9838e7e90ba169 0.03 MB 56 77
294,914 294,914 00000000000000008e92fcf9e40eccbfc5d57cd3c7f39c0ede540b568bab64f5 0.11 MB 205 27
294,913 294,913 00000000000000004ecfa0060c65cecc4daa92a22a4cc38b2deb2046707907db 0.33 MB 593 31
294,912 294,912 000000000000000070bd4591b86d539c7dc8e773e32de4e5c03379639d9c786f 0.18 MB 375 53
294,911 294,911 00000000000000006c7fc0cf1c496cec852ff024ab9879ce433a27b60eaea734 0.02 MB 58 35
294,910 294,910 00000000000000003196d9b1f8899affb716011db68432822a8034ce064f41bf 0.32 MB 651 34
294,909 294,909 0000000000000000793811e14cb54f56dfa237ac6fa2908272be4d4c49f89cd9 0.06 MB 117 31
294,908 294,908 0000000000000000aa1c291d9c98bcf9120c932363902bc7ff89df7cd07c13f2 0.03 MB 70 13
294,907 294,907 000000000000000077103b703ec7fc666e2ba61bd042b429978edda80b834886 0.25 MB 391 30
294,906 294,906 00000000000000005d0bd9314809f668ae7383981b82eed17c88c16b21b1dd57 0.44 MB 612 32
294,905 294,905 00000000000000006c40ee21e8556a51f885e4646cd2c7b2a849beb90d3f4b46 0.01 MB 28 43
294,904 294,904 00000000000000003e86b852a8789d24acf9dea27387eb5c37f078914c7e90f5 0.05 MB 64 22
294,903 294,903 000000000000000079efbf1f58f550eb368e96d0d33e621a649522735b973ccb 0.10 MB 256 53
294,902 294,902 0000000000000000a50a025cac694a032d88be49b8d882db4dc5e40d8ee4edf5 0.01 MB 16 28
Previous 10 blocks ↓
Total Size: 769.02 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,622.93 GB sent, 92.96 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.