Memory Pool Memory Pool Refreshing

819 transactions
0.47 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
908,004 00000000000000000002349e0000000000000000000000000000000000000000 0.47 vMB 812 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,003 (592,063 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
315,940 315,940 00000000000000002f6fed0fa2b17ac92d27ffab89f410c856f5bad7e052e43a 0.30 MB 504 25
315,939 315,939 000000000000000004770b03d0acb492dfa06700e78c221ab31c6986c60a055a 0.41 MB 552 23
315,938 315,938 0000000000000000069ff289f2d4c203cf6e394964be8a5c96970a8746e97cc2 0.46 MB 914 28
315,937 315,937 00000000000000000862939c1faa6355fb13fa691875235783ded9ccf4df439c 0.20 MB 381 29
315,936 315,936 0000000000000000254833247caf05463fc9e73dc6f5e0d117b0e16ca4b141e9 0.39 MB 792 28
315,935 315,935 000000000000000021bb9d03686bcefa23aff8f25059b2c82635d2ca1697961a 0.35 MB 639 23
315,934 315,934 000000000000000028376dd3fa332ddc6bc036d572bb4db74c4efb177d876ed6 0.05 MB 116 28
315,933 315,933 00000000000000000c4992c88d9c99321a096aa13b1dd5eddc2839ab57c4d65f 0.00 MB 1 0
315,932 315,932 00000000000000002c724f8a77d8b0d3f247ed5ac5f7e4f7f0353e35ff780e4d 0.27 MB 492 27
315,931 315,931 00000000000000001e16207505dd595b73b641673e3bf9371282fac9a39c1ef6 0.18 MB 354 27
315,930 315,930 0000000000000000070260b767129995af731cce7060e7273b41470191444dc9 0.04 MB 73 28
315,929 315,929 00000000000000002e283d68b4c8221f5f215d73f9456fea9275ab360c7705e2 0.13 MB 281 31
315,928 315,928 00000000000000000c757eb20c16aa41010da21d98b27d0af48cfa5e653d40c2 0.16 MB 302 27
315,927 315,927 0000000000000000309a3403e35f4ce4832d560e112c9397e5b101b88e47c72f 0.06 MB 94 25
315,926 315,926 000000000000000004da9d794bd06d70c01f1a6f85053ddaaa2b36df40de6e3d 0.09 MB 168 26
315,925 315,925 000000000000000031793520820573de658a42625575938a30888106bad28ec4 0.20 MB 345 23
315,924 315,924 00000000000000001e1055b7314adfe40393e2fde37dd159f6f5653923a8f39e 0.36 MB 649 25
315,923 315,923 0000000000000000067247a53cc73cf5b4c8a26ceb5e3877d13bbeb8e022ebf8 0.17 MB 262 24
315,922 315,922 000000000000000002ba89a250e91d468abe30a904b5abb47c793c962ba5f2be 0.02 MB 25 20
315,921 315,921 0000000000000000181ac02daa09e727a1fc7754ed91507778f339665653aaa5 0.16 MB 270 25
315,920 315,920 00000000000000003115641d2e83b56c83da6d8f5c6308679988f15899cce3d2 0.07 MB 113 20
Previous 10 blocks ↓
Total Size: 769.55 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,648.93 GB sent, 95.69 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.