Memory Pool Memory Pool Refreshing

2,924 transactions
1.24 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,769 (16,881 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
890,888 890,888 000000000000000000006e6af977662fbbac8c139794af406bfeeed6fc42919a 0.48 MB 962 3
890,887 890,887 000000000000000000009139c27d788af83d0601478218799c4360f19ef767c5 1.57 MB 2,800 3
890,886 890,886 000000000000000000002fd0c32fac81380289a80ba6f0b5a9aeca4599ca9f16 1.04 MB 3,433 2
890,885 890,885 00000000000000000000379a5ae0712ae7836f9e4dfd0c6117e8cd6653c7cca6 1.60 MB 5,071 2
890,884 890,884 00000000000000000001010a192bb90ca4c0ee77090b960e923acac49600584e 1.20 MB 1,172 1
890,883 890,883 000000000000000000025e890757376a81f452fb5559a2eb8551034e4124c4ef 1.58 MB 3,816 3
890,882 890,882 00000000000000000000845a2fc768bb8982ed2551a8e0ab7c6e0e6e7a0e2252 1.40 MB 2,048 2
890,881 890,881 00000000000000000001396c168f61054c84b657cf5fcb6ffc072c5bfe72768f 1.27 MB 1,278 2
890,880 890,880 000000000000000000022499ff894d3ecccab114d43af7c9cfb42ac898fcda0b 0.08 MB 178 3
890,879 890,879 000000000000000000022eade935b223045000d53eb7d7a77ebd3b34a95fba2c 0.31 MB 637 3
890,878 890,878 000000000000000000016ecc501ae571aababd04a117764d260965f35b3c68b5 0.61 MB 562 1
890,877 890,877 00000000000000000001a6a6daaa41ac70339f4a878c880d076e38720b7227e6 1.64 MB 2,566 2
890,876 890,876 00000000000000000000e1f6b8436216de3bb7e5758b9c78aa329b93d4dbb919 1.63 MB 2,694 5
890,875 890,875 00000000000000000002616d793049743c2dbe671d9d7885d3f45cf0384dc832 1.42 MB 2,644 3
890,874 890,874 00000000000000000002493dcd9d112849f5120fffbdd6fdfade01d3baa12cb1 0.59 MB 1,145 2
890,873 890,873 000000000000000000002f6779886197c6406d889fa7b3c1309a74cf25028ed2 1.55 MB 3,204 4
890,872 890,872 000000000000000000009bcd7b3f18bd4f83a6784ffca0a8d24490ee8d3467d6 0.26 MB 649 4
890,871 890,871 000000000000000000023d40eefef83866d61133c7a489c62f3ec78cfd123723 1.57 MB 1,724 2
890,870 890,870 000000000000000000027052d1a2142cd0a4c149691e944997c818040f2c0963 1.76 MB 3,272 11
890,869 890,869 0000000000000000000119f87fe7eb6cb5c7dfc964df1775571a0a65f32b54a3 0.23 MB 308 11
890,868 890,868 00000000000000000000ad85f1d082f355b83742bc71f41f494a46e74ae87a22 0.49 MB 872 6
Previous 10 blocks ↓
Total Size: 769.11 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,629.59 GB sent, 93.44 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.