Memory Pool Memory Pool Refreshing

46,966 transactions
17.49 vMB
Show Random Selection Loading Transactions
Max Size: 102/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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
880,833 000000000000000000028c610000000000000000000000000000000000000000 1.00 vMB 516 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 880,832 (701,816 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
179,016 179,016 0000000000000214e97e357ce2b63bcba30cff2386831b2724fb69e1a310c404 0.01 MB 28 217
179,015 179,015 000000000000057b56aaa6791b448517ea28a7e9b15d668f16c47554d3bae955 0.02 MB 26 96
179,014 179,014 000000000000079dcdf3fca771c6ccbe1691169466a54db22a4f2b7a231e19d6 0.03 MB 62 3
179,013 179,013 00000000000004a480289db9e096f56347602447b244ad16c6d80732abbffc5e 0.03 MB 76 121
179,012 179,012 00000000000005836435039c89dc6ccd21797d2733086a667ecc5ad8ed8b9340 0.00 MB 1 0
179,011 179,011 000000000000005333d511e78ec825642aa761a034828665ec7dab352fa3029c 0.00 MB 17 63
179,010 179,010 00000000000001758e3fa9dd52f47fdee7bcd6755281ccad4b18d9ff310f6c14 0.07 MB 110 93
179,009 179,009 00000000000001d892e1e2b9219ed1f88b91a40e06aeb7d02dca2d1217042e7e 0.00 MB 14 61
179,008 179,008 00000000000001b1173b395d3a56c20ff992045f76dbb00deabf3a906b573017 0.02 MB 55 273
179,007 179,007 000000000000022846e210c8dcf34afef28db20f4af52f32c1e2e26e50be076a 0.02 MB 53 3
179,006 179,006 00000000000006e201a9febc18a74f06584f4a0f17887e1a434fedbe2a144a39 0.01 MB 28 121
179,005 179,005 0000000000000245034cee51e94c5aa9e969996a3a7d7ae6032f7dee6a2dc621 0.02 MB 71 4
179,004 179,004 0000000000000310df79394f7ad83409a325ccd616dffd13fef2f5fcddb8d85c 0.01 MB 21 72
179,003 179,003 00000000000001fee260a2cd4f8d2ff73508662a717f54e173df38132be53fd0 0.03 MB 47 108
179,002 179,002 000000000000040c53c713b3ee744dda07d901f0bb025859db61bfe1d0e0099a 0.05 MB 91 99
179,001 179,001 00000000000003c70c6bdf9f924e264f4cb737d0dd34ae27fa493834f59dfe34 0.00 MB 13 16
179,000 179,000 00000000000008dddc8b99d4bf1d3977e4ea15fa9900454148637f0d3ea8e410 0.02 MB 74 72
178,999 178,999 00000000000005eda7b6e12122b3a1b16589352d91343b91ab970faebe886342 0.07 MB 128 231
178,998 178,998 000000000000091a63bea88824b3b8b4d80812526718e92ef7111595b6d8ed3e 0.00 MB 10 35
178,997 178,997 000000000000072a60d40d18434154194dc8ca4bce5b8c0ced8759ebb9ee9c4e 0.03 MB 54 107
178,996 178,996 00000000000004c9764ecc02f8394083e7be2c646701f6810e8b1f3cc7643669 0.00 MB 13 52
Previous 10 blocks ↓
Total Size: 720.01 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,878.65 GB sent, 65.01 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.