Memory Pool Memory Pool Refreshing

524 transactions
0.13 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,837 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 519 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,836 (598,948 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
308,888 308,888 00000000000000002110c9c99b2f141c5bc1c51c0a3536b4be68e84f24c2659a 0.16 MB 220 24
308,887 308,887 000000000000000020872506f40951c3d5766d399a50effcd9419d5b1041ba5f 0.27 MB 417 28
308,886 308,886 00000000000000003d9f50c129560d42dff5731ec61665362575916e131d4490 0.38 MB 662 29
308,885 308,885 000000000000000007ccbef5b4d838a24742db01e86014d7bb4fd1b16d160dee 0.19 MB 256 15
308,884 308,884 00000000000000000d3e581ab7987e5cef1f3c8387ca09b17b3ed755a49e1895 0.32 MB 663 35
308,883 308,883 0000000000000000205bb223e37996de2c1c78fbf596787721a30c2d19c86c56 0.09 MB 256 94
308,882 308,882 00000000000000002793f686ec8fd0fc82b4e60421b492586dd560ad84cdb9e7 0.41 MB 776 32
308,881 308,881 000000000000000034fd959ce61bf13ba244836b16e1a0ed1e0c8f0b1a8126b2 0.90 MB 1,775 34
308,880 308,880 0000000000000000235f9b198c2dfd32218e48e56bb2b2761ae8d87ab26f8ad9 0.35 MB 335 35
308,879 308,879 0000000000000000403754920681189fbd329dbd806b94651ab4d57cfd07b662 0.21 MB 341 72
308,878 308,878 0000000000000000088ea666d9a17333daf3e41f54b5877d11f43bacbf4f0c5a 0.22 MB 339 24
308,877 308,877 00000000000000003df9c7b61b762332080ca2bb93a07cd3d8d0ffcc74ad62d0 0.37 MB 503 23
308,876 308,876 00000000000000000ffccf436d7bf017766cb79cfaed9e3c5571b3e2e4b7517e 0.09 MB 256 150
308,875 308,875 0000000000000000146a506438366be7103c0e01166f80410d2049db8c610d64 0.58 MB 1,028 30
308,874 308,874 00000000000000003aac9928ccfa4df7ca468ac2aa08759ebbf58a4a37d96577 0.27 MB 385 27
308,873 308,873 00000000000000000faf6885b0e592d24a83d05485dc05355b31fa54cf8bfb9f 0.22 MB 291 24
308,872 308,872 000000000000000019bb1d7392818853d827b7b0e294d5dc6e7b42c24ccaad9b 0.06 MB 78 18
308,871 308,871 000000000000000034c24eaeb5ff0442a2edf25a3fff1ba1509b61315c494a37 0.22 MB 387 32
308,870 308,870 000000000000000040a9e0ac550b205de0a163f6dd7e37444502f6357e3e122f 0.26 MB 478 34
308,869 308,869 00000000000000003f9dacb1f6ef9dc478d826544aaca3706e60ca0e7150c30b 0.27 MB 527 31
308,868 308,868 0000000000000000410cd4a123f6c1c779906c02fd1cd7aeeaab06924ca3f6b2 0.09 MB 207 30
Previous 10 blocks ↓
Total Size: 769.24 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,634.82 GB sent, 94.09 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.