Memory Pool Memory Pool Refreshing

3,820 transactions
1.39 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,736 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (582,784 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
325,066 325,066 000000000000000013e41b9e9aec0fc11c2940c0f2fdf2f73305f36618d44f0c 0.15 MB 254 23
325,065 325,065 000000000000000016566ad111901590aed74e9b6281c0af2be3461ef1f9ec27 0.88 MB 1,461 28
325,064 325,064 00000000000000001c4b09397b78fee7915c6c1f4cb331034cf7bc1dbc9348cd 0.41 MB 758 32
325,063 325,063 000000000000000016563dbd519420d25434454e02a529bd667dbab3e119f571 0.02 MB 46 13
325,062 325,062 000000000000000007e2e0fe6fb26d01eccc06990f16fd559d506d2905394d50 0.93 MB 1,488 27
325,061 325,061 00000000000000000ce8383768b6c7a2da3165b3c07a11d2b66fdac453d68c9b 0.13 MB 251 30
325,060 325,060 000000000000000009e63ddf405c73d4105453a4c71fba03dd96f777985bf4cb 0.05 MB 68 20
325,059 325,059 0000000000000000163d94a35aa178ff400625fe0fb888a0019ff47f7d11f4e8 0.15 MB 206 24
325,058 325,058 0000000000000000190967312d59bd906e0b3404b402be3a53a369ffa76c60e1 0.01 MB 16 28
325,057 325,057 0000000000000000133ba3d782e00e32cee15d680812716eff374bc6f26343d9 0.12 MB 256 25
325,056 325,056 000000000000000018670f282e9545e2f7c74a4adcec4bd68967237d21181b5d 0.48 MB 1,036 31
325,055 325,055 000000000000000003f194a43772e4aa0d1d796c9f6788a990d280e7b9d1448c 0.42 MB 755 28
325,054 325,054 00000000000000000d82d4f7abba8fd0b3690a8cb432a94f04fcbeb1028748ab 0.00 MB 12 27
325,053 325,053 000000000000000007a5bb137e8c2a32ba64a28106c8a2c8c36134d378e3cf56 0.30 MB 585 31
325,052 325,052 000000000000000007e0aa6f87732d01f50cbb362a065f4d9ff0d57fdc620f98 0.03 MB 76 22
325,051 325,051 0000000000000000043e4aa01034acfe1a7e2281a0dfcb0efb43daa9c9aecc1b 0.38 MB 199 13
325,050 325,050 000000000000000014cd3fb89ca24c53656708f1965a7b0c8be78983cb6491c0 0.75 MB 1,830 34
325,049 325,049 000000000000000012f5d3281116320171376ebebd6f472ac168e13e2fcd8d96 0.06 MB 117 25
325,048 325,048 000000000000000013c4642459ba4482787daf636401a21f7f938758505572b4 0.05 MB 88 29
325,047 325,047 00000000000000001291896863cbd3982178fc7a69acd58b858cddbcdac963fd 0.19 MB 314 29
325,046 325,046 000000000000000003e5cd50dd2c8437fc8fc98ac6c569b2f32a7ca7f74b0824 0.43 MB 726 26
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.22 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.