Memory Pool Memory Pool Refreshing

1,736 transactions
1.17 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,785 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,001 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,784 (746,866 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
160,918 160,918 00000000000004add5814c5168795a3036a06d14ed7d5ca121ffaab3135b278c 0.05 MB 158 30
160,917 160,917 00000000000007a59014ec83746aecd2891f881ea2b05d3d0a96f89bf035f4e3 0.00 MB 8 323
160,916 160,916 0000000000000801813e677bdf8c3ab423c9465957adb84398f961cfa75dfb92 0.01 MB 32 6
160,915 160,915 00000000000005f85bf47be534727b5200bcda464ca8f01f58a220a58ef47b34 0.03 MB 52 271
160,914 160,914 00000000000003a3d1ef91510783d88d560195602da6cdb1c7729dffa271d469 0.01 MB 35 14
160,913 160,913 00000000000000b909fa398c571eef93f09ee2c62014b44ed1d70e5cba440cf4 0.02 MB 48 109
160,912 160,912 00000000000008caa94a9ebdc3951ea9aadfd8412baabc2cdf409dd4f5235760 0.03 MB 75 102
160,911 160,911 0000000000000741725794b71128ade827dcd65e6e3be5eafbc6747b1de8c8fc 0.01 MB 20 178
160,910 160,910 0000000000000c8aa6c4ad170ebdd25a5ca5c46fe3d7895c80145d6e6cf65faf 0.03 MB 99 5
160,909 160,909 0000000000000220ea323e624a18019dd61dec29d6eec62b6d21c3aa60de0acb 0.02 MB 37 79
160,908 160,908 00000000000009c9c8f23a7afaaaf49ba1934534180db0e4d5811996ce807a96 0.01 MB 41 88
160,907 160,907 0000000000000d0cb135dee39a130838aad1d70a1f8016cef17636f100af471f 0.05 MB 135 2
160,906 160,906 000000000000078c492527d2bdcd76e8f2a1947f8b36c603ad4f5e269322b5c0 0.04 MB 56 148
160,905 160,905 0000000000000e3b82b7f2a2230fa943ff974a67dae3df85e08f547d0c68438a 0.00 MB 14 297
160,904 160,904 0000000000000563afb22e4dee12f57e26630c333d8a80d75a33f8585ddcbfc5 0.02 MB 54 35
160,903 160,903 0000000000000023c99d84f2e473f671d5b1b47513968bdf35d2d35ef23f4036 0.01 MB 22 0
160,902 160,902 00000000000006a0a31fa1b745e6fbcc01b806c694092de894c0967a3e8c5f2b 0.00 MB 1 0
160,901 160,901 0000000000000214c23d01fce38ed9cb3a625d5228fefacaa2d13dcb0b8fc2b7 0.03 MB 53 71
160,900 160,900 00000000000007df3b974177458776b54bd23260a0135141499a9f712ff4d19f 0.05 MB 101 77
160,899 160,899 0000000000000cdc57f1fe088f9f6efb7eb20917cf4b68e11efe56a306173483 0.01 MB 10 2,278
160,898 160,898 0000000000000e264cdd14579061d3be875049576f2253c041ce58295ccaf8cf 0.00 MB 11 29
Previous 10 blocks ↓
Total Size: 769.14 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,631.83 GB sent, 93.58 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.