Memory Pool Memory Pool Refreshing

7,233 transactions
2.54 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,951 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,142 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,950 (632,110 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
275,840 275,840 0000000000000003d0fddc4b717969d3b994ffed01d52bece79b27dc7e83fdd3 0.09 MB 194 53
275,839 275,839 0000000000000001c9a3de06419430255ddb887a5f5870c0a6b3d73be2fba4e9 0.06 MB 111 24
275,838 275,838 00000000000000024340788f5a7d4b63a841cee5f7980820510390bbeeef386e 0.18 MB 457 75
275,837 275,837 00000000000000007ba165541dff595f109e8d85e91230d4b9d0d0fde3712e10 0.29 MB 644 43
275,836 275,836 00000000000000031fa3a972b92cf4bfb347473a0d9ef63e0cc411e35d0e6e6d 0.12 MB 304 67
275,835 275,835 00000000000000012578755bfc74f33469edac64cd3ae10edf0f7b5b666ac668 0.05 MB 116 44
275,834 275,834 0000000000000001fd7a4786082f4816989fae966f5aa1561d80fd6845605a1f 0.16 MB 419 55
275,833 275,833 00000000000000024eb5e64ad337d04756041bc13d72630b0b87302d94e03f91 0.10 MB 193 37
275,832 275,832 00000000000000041334189576e788b5d2146060ad594fe7a29d9ea54b514292 0.11 MB 263 42
275,831 275,831 00000000000000020c2083fe3b5e1d57feda1e2025835aceac051dc1ef97a2e5 0.09 MB 249 61
275,830 275,830 0000000000000001c6148da1abb47b758d667e0e2873a19dae15c54fec71fad1 0.12 MB 290 41
275,829 275,829 00000000000000041378600d940154ebd6ca39822bfcf3ebe387b8fd9710e091 0.06 MB 176 75
275,828 275,828 0000000000000004271bdf7e2670dd7790e38af879a3633ec921fa005d1d362d 0.35 MB 685 49
275,827 275,827 0000000000000002a384895b76ea826d21d31d0b036d82e4f4fdd035853590e2 0.11 MB 304 52
275,826 275,826 00000000000000002d50f7d1c1c8328f8f41b257ef1138e813f292ff2ee2cf4a 0.05 MB 82 35
275,825 275,825 0000000000000004252058ab09189b81ff043910fccf2d1eac456fb438f06695 0.07 MB 158 38
275,824 275,824 0000000000000000c81c9276d3030c4544078dc9d70d2919598235e6416282bc 0.06 MB 148 45
275,823 275,823 00000000000000013f0d7045f1ff3acf4a616d5cbf236d82604c4cb7556dfb9d 0.03 MB 79 39
275,822 275,822 000000000000000132ec6ca900cdbb653429fad0ac79f993f3f2b77c0fdeeea9 0.06 MB 116 28
275,821 275,821 0000000000000001a93b75469c8bf8e8b5b9c97c6ef897060837288d4d641095 0.18 MB 431 62
275,820 275,820 000000000000000220891d0ea62ec884e99f96faed9b1e8139c1d370182d49dd 0.01 MB 17 51
Previous 10 blocks ↓
Total Size: 769.45 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,646.05 GB sent, 95.22 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.