Memory Pool Memory Pool Refreshing

2,854 transactions
5.78 vMB
Show Random Selection Loading Transactions
Max Size: 24/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
908,259 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,741 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,258 (281 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
907,977 907,977 00000000000000000000a9b08797c7b9763914b3c4f36730978716e2b1e0a487 1.77 MB 3,097 2
907,976 907,976 00000000000000000001b8eedce155499ea603d306d809bdf73640bdc1492a85 1.62 MB 3,191 2
907,975 907,975 0000000000000000000033efb7468d1962a5b487cf4613d7acee9be6474339dd 1.57 MB 3,351 5
907,974 907,974 00000000000000000001a01b26185b588595ec64fac530850346c25ebfa1890f 1.82 MB 3,363 0
907,973 907,973 00000000000000000001bf963bcba2b618419d2d02b91f4bfb4231c0a25b0dd5 0.84 MB 1,494 2
907,972 907,972 0000000000000000000106fc50ac833ef3d8647695e29b8f16245316f62c4059 1.85 MB 4,347 1
907,971 907,971 00000000000000000000ab5d2e342f634419938d8b4e3deac7e19ccc2460db62 1.68 MB 3,660 2
907,970 907,970 0000000000000000000154b7df209c7211924385ae05b19d2cd939290155c8d4 1.41 MB 2,698 1
907,969 907,969 00000000000000000000baa6d28801a56cbdb1d7293b588e43163db93eeb6c30 1.56 MB 1,328 1
907,968 907,968 00000000000000000000f2e3647b740a65f515b524fd3836116dba84b76200d7 1.63 MB 3,013 2
907,967 907,967 0000000000000000000061a7af5f8877323c4d7691165a812a674efa888e78ff 1.69 MB 2,778 2
907,966 907,966 000000000000000000014ef2d11d951635469beb6f3bfac74d0f1761bde07a96 1.58 MB 3,994 4
907,965 907,965 000000000000000000010152b046cb4262f51716877b58529d4a22722e402fc4 1.81 MB 2,876 1
907,964 907,964 000000000000000000009aa485c539e3b31f8c6bbf0e1b3efcada737d8fa6c90 1.50 MB 3,063 3
907,963 907,963 0000000000000000000045e9aa9e131a572e13ff9f338b139c85ef276ca40870 1.10 MB 2,391 3
907,962 907,962 00000000000000000000a0b868fa800010aeaa504457458de868eb1de68b0755 1.85 MB 3,251 1
907,961 907,961 00000000000000000001b491649ec030aa8e003e1f4f9d3b24bb99ba16f91e97 1.78 MB 4,261 0
907,960 907,960 00000000000000000001305770e0aa279dcd8ba8be18c3d5cf736a26f77e06fd 1.78 MB 3,000 2
907,959 907,959 00000000000000000002214d4154be955e917281be9d602ea8c5ec40ad97668a 1.70 MB 3,247 2
907,958 907,958 0000000000000000000175d1df7f6d95984c37aabf00d7817ed29829d8dce2e2 1.80 MB 2,590 3
907,957 907,957 0000000000000000000095924a2c1c75498ca0620fa33d55fd64f0987b772906 1.59 MB 2,556 3
Previous 10 blocks ↓
Total Size: 770.08 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,691.24 GB sent, 98.05 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.