Memory Pool Memory Pool Refreshing

14,026 transactions
4.46 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,303 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (612,841 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
294,877 294,877 0000000000000000082a11d2574956d3fa7283d2561d578e6d890e4f8642328a 0.10 MB 245 33
294,876 294,876 00000000000000006e10afc31791d96775b6e879ae64c3099d21296c3d7491d4 0.24 MB 236 20
294,875 294,875 00000000000000009013fb60807f37255b6a923bc00a4ff4528e4d3b48b3679a 0.20 MB 313 25
294,874 294,874 00000000000000007a9061dbba0af049478f1eb7d79f3193350bbdb2c4b672e7 0.13 MB 256 34
294,873 294,873 0000000000000000710e220bf7ffa35e20797a5d3f630e73fad9e5387aff2473 0.35 MB 601 34
294,872 294,872 00000000000000000d749e992175efb0d31902ba4276b4b02fc9b3bc7b62a6aa 0.23 MB 332 30
294,871 294,871 00000000000000009d3f973edf971256d00067d9ee723df46c60550cce864467 0.35 MB 565 24
294,870 294,870 000000000000000090c5f5405704e8b8ae24628834a366b294436e1fcc7285d2 0.32 MB 512 27
294,869 294,869 000000000000000075bd8417fe5cc5717bf6af424224465ffa2f50642f1d1637 0.01 MB 24 33
294,868 294,868 0000000000000000470d2fcf9e7332dcbb7900b3d85cffcbc40758a5332010c5 0.23 MB 322 27
294,867 294,867 00000000000000007ab315b44aebc04885fac0f1ad38c7757140d0de898e3e11 0.31 MB 466 31
294,866 294,866 00000000000000003c05010ceade37868189faa444ad7d4b25afd4d07f612b40 0.10 MB 78 12
294,865 294,865 00000000000000002b739a39580e7b8e78a5297503191264275bf9bebf9735f5 0.48 MB 653 31
294,864 294,864 00000000000000002100b6b11502117a3bd8ef9310f1809d4d055356fb389f5c 0.22 MB 370 30
294,863 294,863 00000000000000001234140739ac1ed7d185c94809aec841fbcfc67bf7c1b312 0.16 MB 158 20
294,862 294,862 0000000000000000aad9e4c4ce714f03d62e60caae8c9dbb881b11985c7b8bba 0.90 MB 1,399 29
294,861 294,861 00000000000000001a2e56d3ceebfafba5c346d047313e06cc448211d9a50b37 0.11 MB 250 35
294,860 294,860 000000000000000057153dcf1f30a6a1c95d656aa116c204c4145305c7fa1768 0.35 MB 625 32
294,859 294,859 00000000000000008ecae3fbb3541c262f4f7af8627b6e2c6690ec60a8616faf 0.32 MB 484 30
294,858 294,858 00000000000000009509602fd12d0fe330fc7bd4da5a8e290934033b308d18bc 0.62 MB 235 12
294,857 294,857 00000000000000005ba66ef28544e3e2baef942754845d1e2833d0717dafd6d7 0.35 MB 576 27
Previous 10 blocks ↓
Total Size: 769.02 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,622.94 GB sent, 92.96 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.