Memory Pool Memory Pool Refreshing

7,638 transactions
2.03 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,710 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,287 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,709 (717,176 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
190,533 190,533 0000000000000867c9e739aac2885f6628201ba70174bb33c9083c9177c074e6 0.03 MB 95 141
190,532 190,532 000000000000073758d20ef84a14b11311c81269261f0d1ce7a7dd3d2143ebba 0.00 MB 17 91
190,531 190,531 00000000000008c46054edaffb694c1f7019fcc54c8e1c4e8d55478ddf17f89b 0.10 MB 234 145
190,530 190,530 000000000000014e245ed19e660ed6793040e72c5472f411a634664c38d3790b 0.04 MB 121 248
190,529 190,529 000000000000022aba78e1378f92ae630a584b271106a13b2a16d00c560a02c1 0.02 MB 69 256
190,528 190,528 0000000000000043b3c3f31374c78ec4460840fdc69386be7ace1e1768030190 0.04 MB 86 97
190,527 190,527 00000000000002bd712b81d61d874aecef4c1e0aa98a5b113d9868f44384ba3f 0.00 MB 1 0
190,526 190,526 000000000000052a0e8fbb2227130632ddbf4299d006f3a89a2490ea4c9d290b 0.01 MB 45 143
190,525 190,525 000000000000054d313c1faf762400c2a2f2b1c8ca8eac279fcd373189327287 0.03 MB 71 437
190,524 190,524 000000000000023291e76fb156f919ba8762d22cf342c8f3e68e144421284aa5 0.05 MB 124 130
190,523 190,523 0000000000000603dbff94a763fa0a48e28f59f3cae60bd30bed49de21213505 0.09 MB 223 127
190,522 190,522 00000000000005271784cad94e08a4354bc356a8e572496593fd64f1f055a64d 0.06 MB 68 88
190,521 190,521 00000000000000a484c0587250c5912ce3dac9ce74f24c9a558b8d3a391f973d 0.05 MB 89 62
190,520 190,520 000000000000076400471d9d06f529944b51d76cf916f185ce774271eeecc47c 0.00 MB 13 3,020
190,519 190,519 000000000000085d8a3b65d1ff117a0c86c8f1d06df62ab943881ef4a1ae107d 0.07 MB 183 196
190,518 190,518 0000000000000495cbda07ec9863cf067113798b959f84a0cf9c968a19b98a85 0.12 MB 255 151
190,517 190,517 00000000000000c61c9e5281c27b2216e35fc12ee100c5955a33f22f4c34bfa4 0.04 MB 103 78
190,516 190,516 00000000000004421281c8b2b646485278b9bd8190ef8a63d3ccd7c7a2ba0e29 0.12 MB 312 212
190,515 190,515 00000000000008f4752940f361718aa63fd18dba1b2fd7ad13d70fc3561104ff 0.00 MB 8 0
190,514 190,514 00000000000006868fe2fd41754acdb3d7f9e053c5db2617348f7cd19d2164fd 0.01 MB 21 99
190,513 190,513 00000000000007a947f8a33fe3a5047a998694a80658356b1b73fb277a6f1afb 0.01 MB 15 104
Previous 10 blocks ↓
Total Size: 769.00 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,616.85 GB sent, 92.83 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.