Memory Pool Memory Pool Refreshing

398 transactions
0.17 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,857 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 388 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (2,966 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,890 904,890 000000000000000000009bb3fe3a814b113266ca1058446b4d0938ffcbba1f3c 1.70 MB 2,099 2
904,889 904,889 00000000000000000000682768be206a3801972bf4d36e47f4ab175cd09e1c47 1.86 MB 1,827 1
904,888 904,888 00000000000000000000cd3004e444ad90859feecda52d7ec86f0c955c4b8a2f 1.41 MB 1,800 3
904,887 904,887 000000000000000000018b647b4e537cf2f1cb012086c19235bb9cda3b123807 1.56 MB 2,920 4
904,886 904,886 0000000000000000000071f4f598aa3332a36db4dbf538a83348c366ce06db7e 1.32 MB 2,061 3
904,885 904,885 0000000000000000000037a098b27ba5962aea9d153386f0e69ea6530e499f94 1.61 MB 3,113 4
904,884 904,884 00000000000000000000e454660c8d9a14c68d3c2f52d414266230dd56acfcd2 1.30 MB 1,884 3
904,883 904,883 0000000000000000000221b7d59f277e654a0ed2f68333b232427817e55f6c72 1.40 MB 1,159 3
904,882 904,882 00000000000000000001d515a91d869cbed45a43e1a091ea9c2a20b87fdeb357 1.62 MB 3,400 3
904,881 904,881 00000000000000000001deeaf6b1979b656dbbc14eba949d5fe4485cabfdc2c5 1.51 MB 3,831 5
904,880 904,880 0000000000000000000080eb3186dd5ccf8fe2501a709cc41dfb889adf6505f0 1.33 MB 4,602 6
904,879 904,879 0000000000000000000043dcb3a76639d7c259d63f127d1681fa0410458c75f3 1.45 MB 3,296 8
904,878 904,878 00000000000000000001657a2a9b3b60aedf1f928f54f78f197657fb632faac0 1.41 MB 4,252 6
904,877 904,877 00000000000000000001ce52c2d706e28ca921313d4d13fed6c84ebfe725d97f 1.43 MB 4,205 6
904,876 904,876 000000000000000000006d4b101b470c11f630e8eaf33141be35338db100400f 0.34 MB 1,116 4
904,875 904,875 0000000000000000000214026f83f4349252ea3c380c5524fc0e6361ec56dad1 0.22 MB 182 1
904,874 904,874 0000000000000000000071cab823b4a8e7d753348ccb74f6332fdb03225ba9b8 1.66 MB 863 1
904,873 904,873 0000000000000000000222071973679dc2ad719e4936ae9f974ec09c494ef172 1.83 MB 3,480 2
904,872 904,872 000000000000000000021a2a385db35e678f77f8f198d68e0b534d8670816955 1.84 MB 1,150 1
904,871 904,871 00000000000000000001c0e180dc2cafe62dc665be34d3a608eb200ea716fbcc 1.22 MB 1,277 2
904,870 904,870 000000000000000000012048415e95b213d286d07e3bd0a6027ca6dca6858d7a 1.42 MB 2,448 2
Previous 10 blocks ↓
Total Size: 769.27 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.37 GB sent, 94.27 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.