Memory Pool Memory Pool Refreshing

8,271 transactions
3.82 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,856 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (714,932 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
192,869 192,869 000000000000000e06055498e9b24996cc0ccefb1e73ce92285dd2b7b1426f2e 0.14 MB 353 17,692
192,868 192,868 000000000000047af442851d758c4eb64a87a009a512989f3b2a1c4fc8fa4fac 0.02 MB 44 175
192,867 192,867 00000000000000d9baa5771418c2dd898b03d89808dfe834798b2e2cf752bf35 0.06 MB 184 215
192,866 192,866 00000000000002fc2a73073c61315c83641a95d40641e96e8c47ff495883ab7e 0.04 MB 84 97
192,865 192,865 00000000000007b75d33efc56d03fddf5d5ed5b785d4f3b1eb3ed49fc4bd39f6 0.06 MB 146 109
192,864 192,864 00000000000006b87c571693b5c64b8ebde8c2c968ba381999316551cb47fc3e 0.11 MB 290 140
192,863 192,863 00000000000000db1d730b62762d6a332b2ad4d3f30a83b085048750e9dc8f84 0.02 MB 81 5
192,862 192,862 0000000000000824eb54fbee8f871af6eeae399c0e44f6473f241a9666feb3b6 0.12 MB 236 147
192,861 192,861 00000000000002b3c4b5b311c5a11f225e3cf9afe210a5651bab30aa47760aef 0.03 MB 73 162
192,860 192,860 0000000000000358a44273b9ee68bd7bbc833e479055e6afce89f3d17efcb764 0.08 MB 203 120
192,859 192,859 00000000000002ef2db86f6127df3e8305bc840941942b9bcab916c79b32f523 0.05 MB 147 85
192,858 192,858 000000000000002f9025c5e2d92ed1b3f1a21d9af84826e60bc336c225c6497c 0.12 MB 296 166
192,857 192,857 000000000000060819bd52ea5ac9f90a2d07e9d400218e22f7234cf973b2554c 0.02 MB 32 54
192,856 192,856 000000000000053fdf7fa560a624bafc428c2c4734a4291f667b41ec3010f258 0.19 MB 520 141
192,855 192,855 00000000000005951733546875da27c294f1b3897ece145ceff39a0009fe70b4 0.05 MB 104 140
192,854 192,854 00000000000004104d61fc5fa6ef50f67037abf19f8a5728182561d879efafe8 0.11 MB 270 602
192,853 192,853 0000000000000647e5be77d75990783e7b39f775a72ce554a53089076e95c6f5 0.15 MB 347 119
192,852 192,852 0000000000000525f47f12c96b5980829a00b2ad9f966cf3009733b64b6eb5ec 0.00 MB 10 36
192,851 192,851 0000000000000506d3e12bf45419d267916e0664d0916fc617281d0ba0a1d802 0.05 MB 96 100
192,850 192,850 00000000000003c5536752ff7cc0849a973a48cbcf89b21695150effefe64303 0.02 MB 66 32
192,849 192,849 00000000000004dd01f893973828a8c374ef144fcb123d56facde5c8f40365e7 0.01 MB 32 5
Previous 10 blocks ↓
Total Size: 769.17 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,633.05 GB sent, 93.75 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.