Memory Pool Memory Pool Refreshing

2,760 transactions
0.77 vMB
Show Random Selection Loading Transactions
Max Size: 5/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 0.77 vMB 2,757 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (8,973 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,890 898,890 0000000000000000000162bf670c271127a83716516ef94d482cfd1015bace9e 1.15 MB 2,585 2
898,889 898,889 0000000000000000000194866742be6f47bbb5578605b04f795b515672e9f6fd 1.64 MB 906 1
898,888 898,888 00000000000000000000e8caaa7a8fa35acc1622eb6944fe28bf7ceeabef0269 1.53 MB 2,610 3
898,887 898,887 0000000000000000000184fb8d46792fc48aa3519320c0c76f8fe89cb7931037 1.72 MB 2,475 1
898,886 898,886 00000000000000000000bcc6a5541e61b5981b7e841b22341ece59f6eb6cd4cf 1.72 MB 2,383 3
898,885 898,885 0000000000000000000197f18c32b73b1c34e0f1492f0e017710a81ec6ceca65 1.47 MB 3,861 1
898,884 898,884 00000000000000000000d961b1e1f41731f5e0f47f3b56de8d89c3bc63ab3ad6 1.56 MB 2,439 3
898,883 898,883 00000000000000000000a964db5ec83d6ac63af284c6938f71783adb0490740e 1.79 MB 1,419 4
898,882 898,882 000000000000000000022742461ca721eeb11005c3be6e922a0f97da07bbf44c 1.60 MB 3,569 3
898,881 898,881 000000000000000000010954d9b098f760f6785e1584863792713f30b174aa8f 1.35 MB 1,963 2
898,880 898,880 000000000000000000016bc5fc01185fcdfc1aa0e0248ffbc185fc5d039b65fd 1.53 MB 4,765 5
898,879 898,879 00000000000000000001e42607d2fb19504e211ce04632680c5c5f22b9a21180 1.44 MB 2,726 4
898,878 898,878 000000000000000000022c7558e80b02df7d459dd5b4d254cb42ce38ca50ea43 0.45 MB 1,079 2
898,877 898,877 00000000000000000000d181e0d29cb98cdcf10eafdd1af89e052e2f269c90d9 0.81 MB 1,602 2
898,876 898,876 0000000000000000000249a75883d1124d9f4e15846d57d19cf23eff45a4c0ef 1.47 MB 2,884 3
898,875 898,875 00000000000000000000a5ce777c6d6a0b8c7ebda472c9c1b87a9d821157cdff 0.33 MB 401 3
898,874 898,874 000000000000000000020ca2cfe8d556002400a96cf0d723ca44a3bf1021a0c5 0.86 MB 1,690 2
898,873 898,873 00000000000000000001a464422a3b4af4e2477df8c8a0933cf033f2379c63f5 0.77 MB 1,821 1
898,872 898,872 0000000000000000000071835af63d22589f429403c4c805f90372349ad2ab8f 1.35 MB 1,234 1
898,871 898,871 000000000000000000018dbedb60f26a9e6b3d4d55a1701df5bd01b11688aee5 1.49 MB 4,086 2
898,870 898,870 000000000000000000021ff6f02b426908c5f300615e7163dd5ea5f8150707c2 1.50 MB 3,539 4
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.56 GB sent, 94.33 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.