Memory Pool Memory Pool Refreshing

8,774 transactions
2.81 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
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,674 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,908 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,673 (753,626 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
154,047 154,047 00000000000008af6cc50bb508441c3dbe14b6517aa34120b67d8713ade0dabc 0.01 MB 56 169
154,046 154,046 0000000000000000761e1bef3848536167a22fa6da61cfdd482f7dac62c49b89 0.02 MB 59 120
154,045 154,045 0000000000000b32fc74b24919dc2498087463c3bb914988736c6bd8849ab09a 0.01 MB 19 0
154,044 154,044 000000000000041bd1c49380c741a5a4235eb69177b494e14c070c9f2dcf5f1b 0.01 MB 26 50
154,043 154,043 0000000000000548bdf472f4d943178c20887b675169faa9fa4df8443a9f2156 0.02 MB 40 179
154,042 154,042 000000000000077aebfaa3f01c35d44b13879565752a13a359b283beb7bb2fcf 0.05 MB 146 13
154,041 154,041 00000000000004665da1a3c298784f55e7c79fa463830fa548f39e6389fbeb47 0.01 MB 24 83
154,040 154,040 00000000000005924184a28347d023a76ec4e39394cf0dbfd299b4f04a2e9e3f 0.01 MB 31 5
154,039 154,039 0000000000000d8a32a963a65b62353405610946a2d9c95bad46c42ea800a613 0.00 MB 4 96
154,038 154,038 0000000000000c1e7f42bbdebbd4c2292d65cd75ac97bd3b3c7f3a4a3b4cf263 0.01 MB 17 41
154,037 154,037 0000000000000133a56c7f8c28139a360de716e68fcb8cd4d82b03fbfb602ea0 0.01 MB 17 224
154,036 154,036 000000000000025258388db6d7afa6accc05532a8bea2a6bd52b2e8674c6dd31 0.13 MB 87 402
154,035 154,035 000000000000083e645d80bfec008335180fb93f44e196333a346e0c105a8206 0.07 MB 29 351
154,034 154,034 0000000000000af850b0054ea90554846bc86b3a4cce3030f6d911d2a250117a 0.04 MB 2 500
154,033 154,033 0000000000000be1fb9e3501fd45dfb315ff318a4646cead48b246e211fd24de 0.01 MB 34 77
154,032 154,032 0000000000000a2ed3a08ce262d73515e78ad8d396f90903ccc5e672f4251d91 0.01 MB 28 97
154,031 154,031 0000000000000d867ae1a8bafa4b2affec76b20c2c3a33cbb106bf62dfc1e47e 0.00 MB 6 63
154,030 154,030 00000000000002c629695c6812dd1f9ede5ed8d8bf9c3be3f305ac90386be77b 0.01 MB 16 251
154,029 154,029 0000000000000c9693faf6012f70633c31a7b897d12a4cc277d5cabcba194e5a 0.03 MB 90 52
154,028 154,028 0000000000000a78a9c8c7ec8620d8d2f6aff8472b6d7a6120d2328550f9f33a 0.03 MB 89 160
154,027 154,027 00000000000009bb7a44971dc733f190aced2942d729fe06cda609aa4a054489 0.05 MB 57 266
Previous 10 blocks ↓
Total Size: 768.93 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,612.08 GB sent, 92.47 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.