Memory Pool Memory Pool Refreshing

2,744 transactions
1.15 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,549 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (895,790 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
12,886 12,886 000000006df2537e100bbbda726bd1233c763631524b7df1be76df19721e58a0 0.00 MB 1 0
12,885 12,885 00000000538fe49568b3f1e6120e1471cc23650f1232688cf6c6b80dfb7fd6f7 0.00 MB 1 0
12,884 12,884 0000000061aa47b898f2addd902c8938ff6ab9d2dffddddb9ccb6c3bcca6f916 0.00 MB 1 0
12,883 12,883 00000000e1b8043478fbf8564320d0d2fa3db9943ae17a6f01aebc0536895998 0.00 MB 1 0
12,882 12,882 00000000e6167a22af6dc016074c059580a535bab039c00a43ab099de2900a26 0.00 MB 1 0
12,881 12,881 000000001dd18d3d6ec8f90cd1dadc49eee469e31ede14c1edb0e7e76dc6ae3d 0.00 MB 1 0
12,880 12,880 00000000d51ad0f0f02026f27f93c2b8b35b38832ab805215f700c15cf8edca2 0.00 MB 1 0
12,879 12,879 000000001fba4b90aacf089121be403448e3d0f9e661b209043ee7d432106c34 0.00 MB 1 0
12,878 12,878 00000000b4f954c6fd358d5c21dc1a0a8d0ec698831b65afd69d5b9f59174f65 0.00 MB 1 0
12,877 12,877 00000000b02c7325f725bfee5815234fba64885eb4deb396e3037421f3d632f3 0.00 MB 1 0
12,876 12,876 000000005e540501a61ab6215b178a1e6538a5ac22539d0693e0384f63c8015f 0.00 MB 1 0
12,875 12,875 00000000b6c88c130f103c2d9f07bf4e0ae903ec5b4300b2d39d98c6d359e94b 0.00 MB 1 0
12,874 12,874 00000000f1cf4ac7b60fb32fd8d5b67f33c44fa84951186095ce6dc5cdfec62e 0.00 MB 1 0
12,873 12,873 00000000d544476c2ea5319b86ea15d51054f5db8ab63729e08c9067bfe1921a 0.00 MB 1 0
12,872 12,872 000000006105cd3646ed43d76abc48cc702abe6e84972db17164f92e7624940c 0.00 MB 1 0
12,871 12,871 0000000027ff220316a0473a70a1433fa57e8264a7813e04cbff269501214a84 0.00 MB 1 0
12,870 12,870 00000000002a89927e7cf8aa627748d6ebeff66a28871cab35f932696246d2b4 0.00 MB 1 0
12,869 12,869 00000000e511882b230de6af3570eaa4a4e55339787871e6f6851f328073c09e 0.00 MB 1 0
12,868 12,868 00000000863f5fce122f1e9b1eb99dece3cb02eb2c804dc139c4fd05fb1a635f 0.00 MB 1 0
12,867 12,867 0000000073b941b1f063e1228183f23748c5c76992380b96506fc1837cd8b132 0.00 MB 1 0
12,866 12,866 00000000208cc3a27dac29233325a092d287f2745c05607a862f8b5d5e9cbd5d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.61 GB sent, 101.73 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.