Memory Pool Memory Pool Refreshing

7,348 transactions
2.31 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,606 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (733,908 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
173,955 173,955 000000000000065912cb0ebae95e2b55fb46957e27fba56598b857c046fe9f2d 0.01 MB 10 55
173,954 173,954 00000000000000b72ff0c528cb98efcf1a20d9215796adddf45d46300823e577 0.03 MB 22 220
173,953 173,953 00000000000003cf10fe13d09d2b1867880c6a811360caa935832a574c726724 0.01 MB 33 120
173,952 173,952 00000000000007c59d455daa133b9a8ebda76482ecbae36655f6c15aaad4b61a 0.01 MB 33 86
173,951 173,951 00000000000006cc3f9e419b73b69115e4f3ae9105032b5e7952eb1a169b3666 0.08 MB 36 66
173,950 173,950 00000000000009d0c5f725d1270c7683c460da203dddffe2733ebebe50e47319 0.04 MB 148 37
173,949 173,949 00000000000002fae1a93a181c512c18afde7cd7cbad23891df4e4c9d9800cf7 0.05 MB 109 284
173,948 173,948 000000000000016b2eb514308f4d9b0ae55a93b9b72b8e666c894f82f0404771 0.00 MB 1 0
173,947 173,947 00000000000006038914519f112e6a964899803e99219f5f2f8eae635d0a95e2 0.00 MB 1 0
173,946 173,946 000000000000080d9234acb2159a4507d95add8b52bd6bbb37cd69a683e73e92 0.05 MB 86 100
173,945 173,945 0000000000000173157014c7ff95b935f14f6afe853697d781851f9a8f35eba1 0.00 MB 1 0
173,944 173,944 000000000000024523c8d48dfad66493a9fc84bf715990bbcf1235815586acb1 0.00 MB 1 0
173,943 173,943 000000000000034fb45dc1332afe91c127c5f314b935960080e70cf07b397674 0.01 MB 30 81
173,942 173,942 000000000000042ab5f4e7fc30a9bb0cf71d225c349427c7c462f96e52474a92 0.03 MB 63 137
173,941 173,941 0000000000000232e718764702eac62e6a640c40e53f61ee401573b3df31534e 0.01 MB 43 0
173,940 173,940 000000000000088fc5abed0eebdc0badd1189ed7c8834b164b03bca9df20adcb 0.03 MB 94 103
173,939 173,939 00000000000008c8cecfe4aa8a0aab95272dbab8d2d250ec93c8ac5c8b7b715f 0.00 MB 8 47
173,938 173,938 0000000000000486428856a8228c9b8acf6d35e1776c757e820376ff601e1190 0.00 MB 1 0
173,937 173,937 00000000000002258975c497211b4a64f536ff876fe4318ad9c4238d51bad64e 0.07 MB 51 83
173,936 173,936 00000000000001938cdffdc116f53026784ae50497b0b70b226d3d8793835a0e 0.00 MB 1 0
173,935 173,935 0000000000000328e7d1f4dd97fa2aaa0be84c490c60e0ce3a54c0a018c4ea34 0.05 MB 144 107
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.