Memory Pool Memory Pool Refreshing

8,209 transactions
4.23 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,065 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (625,736 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
281,990 281,990 00000000000000008ab81f9ab19c1f35c14ac7dd1921f2c7fd39d7c99ec1fe9f 0.08 MB 95 70
281,989 281,989 00000000000000009a10579470ddd73fc8f9c4063fec49f3a4f03c129c5325ee 0.27 MB 530 38
281,988 281,988 00000000000000016a58371e477b63711f2798fa4f15e604227ae9f05f998f7f 0.16 MB 240 28
281,987 281,987 000000000000000002bab9e8eb0000724c5bc58bfae69809b7aeb7af145abb51 0.10 MB 220 33
281,986 281,986 0000000000000001f8ae0711a68eb46f526461ff3336358466addeaa06ad1b67 0.03 MB 106 40
281,985 281,985 00000000000000023c61449b1ee4100c8a62d038d5f12c983722257b30a7e719 0.40 MB 736 34
281,984 281,984 00000000000000024d0693df45ae88c19c98c135c1138370802d1d69a4415c9e 0.10 MB 220 55
281,983 281,983 0000000000000000c62bfc703c1fccadd1843a3f1fc9b4439f212983f66a9165 0.09 MB 243 42
281,982 281,982 000000000000000003c8d846b21238b5e3bb6f222ee934bea4ec741b4637518d 0.24 MB 512 47
281,981 281,981 0000000000000001366d4977334916930a146c5eece05dfdb476f9c01f9e0b8e 0.25 MB 474 53
281,980 281,980 0000000000000000c8ec4736d7b73eb82d269cd3c0969862ce9c0c86634a042f 0.10 MB 173 31
281,979 281,979 000000000000000256c3612ca6fbe9108d15753da81fd6d46d94cc11698cd97e 0.15 MB 261 33
281,978 281,978 000000000000000216b8a672b13fa674d0af8555c6c2f92e046025383c8f66bb 0.10 MB 196 40
281,977 281,977 0000000000000001029c3b0a08948160e15362bb239735915d6117d37ef7bd68 0.25 MB 460 30
281,976 281,976 000000000000000154ccad30166417978de36c3c175d4cbf258c5abde103a067 0.25 MB 617 47
281,975 281,975 00000000000000010e3cb79d74c6788a2dbb233d066f17de4585974cdbf54286 0.05 MB 165 76
281,974 281,974 00000000000000022f95a56b48bde6b0ae9df16d95eabb53aeea963668ab2424 0.05 MB 133 131
281,973 281,973 00000000000000016c7fa8cfe7b8251acac0002f6c91596ba9ff2d6be53a177e 0.01 MB 35 18
281,972 281,972 000000000000000143091676e7efabd76791471466d453a3b80a01db7acdb46a 0.49 MB 630 35
281,971 281,971 000000000000000091c315382849385d6994e1e1c1d6342995fca961d469ce62 0.02 MB 29 30
281,970 281,970 00000000000000005b6096b8d74e44b5716e4bbb317bc777c5a755f625f9b4f9 0.27 MB 437 39
Previous 10 blocks ↓
Total Size: 769.03 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,625.81 GB sent, 93.04 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.