Memory Pool Memory Pool Refreshing

1,059 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,747 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,045 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,746 (591,864 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
315,882 315,882 00000000000000002dcad0bdad273da9b2902864c4cd2f37a2f3a9a4297df155 0.04 MB 67 24
315,881 315,881 00000000000000000c6140cc263c178da350fa463329bccea14129fb88a67a10 0.06 MB 113 24
315,880 315,880 0000000000000000289b456e48761f00b0005ea3f490cec8c1b3c9c64b145540 0.05 MB 73 17
315,879 315,879 0000000000000000277b103a25998d122df417996e72526ec90bce2c678886fe 0.07 MB 129 25
315,878 315,878 00000000000000003798187be101699039b4ebf070289f1ad24c89712d72e8d3 0.05 MB 99 25
315,877 315,877 000000000000000016f198ecba639649b41d9cf105f90a3fdf4a5c3d608f8927 0.15 MB 331 29
315,876 315,876 0000000000000000072286d7473e68870ad9e574f7f025382727a3c0570cd147 0.08 MB 219 22
315,875 315,875 000000000000000004e41b454de1e44a5123dacca0093537ddc673ad6d36eaad 0.64 MB 1,134 27
315,874 315,874 000000000000000017b018db5222bf3715cde208959b6c6a6cac0363c8f30cd1 0.06 MB 40 4
315,873 315,873 00000000000000000b5de62a8fc43f1f5fef62209bb67b78c8f69a3b0a7d31ac 0.27 MB 461 24
315,872 315,872 000000000000000006e323f5d44216162fcacb1d18a35ce2f633d744ecf93c96 0.26 MB 348 23
315,871 315,871 00000000000000002163219b1cee21021f9da17664b711925c8c4e2bd6af07d8 0.06 MB 125 38
315,870 315,870 000000000000000036fe869e7bed100aa86724d51d8627149c577e0a1b2de789 0.25 MB 424 25
315,869 315,869 00000000000000002f6e0725642afb6820674f6b928746a06bbfbb87ec1d27ab 0.39 MB 663 25
315,868 315,868 0000000000000000023573721e675bec6c00fc21ba4165bafcc8f06adbafcec7 0.23 MB 459 28
315,867 315,867 00000000000000001a939837f501c3dcd4fc37fddef261423d4688e63684e648 0.07 MB 128 22
315,866 315,866 00000000000000001499322db1d0436f1b5a23d506917b14f57a56e6ec3683e8 0.13 MB 233 19
315,865 315,865 000000000000000003a8b11aea0a8914f6fac4324f2b8eeafe62f1738871129c 0.36 MB 583 25
315,864 315,864 0000000000000000016eacff45ebdab2d04ffef4f8e663942d99b52014453c2b 0.02 MB 34 22
315,863 315,863 000000000000000020bddf3458a496f388a868f6709ac975fcc8c1be288798ef 0.08 MB 151 27
315,862 315,862 00000000000000000f505c4dfd8477efce9ff4a5b28e27669d1bae1cda8ebedf 0.14 MB 209 17
Previous 10 blocks ↓
Total Size: 769.07 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,628.04 GB sent, 93.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.