Memory Pool Memory Pool Refreshing

6,551 transactions
2.83 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,935 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,322 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,934 (635,140 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
272,794 272,794 00000000000000041fd09ba17ba4f5df4aa7e0c5dd44276cd9d9c8c25390e06a 0.25 MB 470 42
272,793 272,793 0000000000000001dcbe109ea0d8bf92ff480da5744c485f6eb74a3c9ac3a575 0.02 MB 26 32
272,792 272,792 0000000000000001c9429023741afad8fabf1f830c0c64cf4702e41e771c055d 0.25 MB 568 135
272,791 272,791 0000000000000002e4da8d6f1600b653269b377cfbb6be6b4a9cdb4853e0ea92 0.06 MB 171 52
272,790 272,790 00000000000000009176a6a0759a829610d0f31bb3a5b75255ee3d34ccf52a55 0.04 MB 90 44
272,789 272,789 0000000000000003a6dfd5d6004b4ca69cb24f96b4e03d9d392b6680391582a1 0.02 MB 62 34
272,788 272,788 0000000000000000c6a17bc5a7a7b0a4bbbf16835b57d4e1837b16af21ac5fb9 0.23 MB 133 14
272,787 272,787 0000000000000003cb01ff8853c33b9ded18669f3634f32fe1c601732bc83c59 0.25 MB 442 42
272,786 272,786 00000000000000019c2713086ad12f699d4f32b54b8d27d3ad1ae2c085cf70b6 0.25 MB 690 59
272,785 272,785 0000000000000003bccd516773ff676c97dd707bbd2fb35d14a7ea0d7a2a8f86 0.25 MB 648 58
272,784 272,784 0000000000000003ce284b6b4244552242e8e64efc2df1bdadb93f392ade1a35 0.01 MB 24 63
272,783 272,783 0000000000000001e4402e67003f22f58b00cf4f8a7b3be5ffebec5a00d7ca23 0.19 MB 394 59
272,782 272,782 0000000000000000ae5bdf2476d6ee1913eae8210c01f4712ea3f83b91c0ab66 0.13 MB 286 54
272,781 272,781 000000000000000007ce6cb3a915e7225e975ef75e347c82d64109247ad55d86 0.25 MB 526 52
272,780 272,780 0000000000000001ec65c58f61aa1086cc0e70c16c35c935c609932c9d78e2df 0.02 MB 28 89
272,779 272,779 0000000000000000c05fc586bb712630c3549ccb4fc75a472f7aa68ae0a9dd05 0.06 MB 152 56
272,778 272,778 0000000000000005d851e5501ad3cb7bd9afdabbd3a78bc35e7c4e5ffae7b741 0.02 MB 61 42
272,777 272,777 000000000000000506958bd39993a650bf7af99735b5a4e9223908345137d6c1 0.11 MB 223 49
272,776 272,776 0000000000000002c7342251faeaf54284fe800b2bb4bbe967f4fd2e9efc70fe 0.10 MB 173 54
272,775 272,775 00000000000000010a9e4d760b0dc898eb5d39c87e57536ca74d8791b1ddcdb1 0.15 MB 376 78
272,774 272,774 000000000000000203827d977eabe292e8e79e8aa07200aea3170b34dd609e6c 0.23 MB 367 37
Previous 10 blocks ↓
Total Size: 769.42 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,645.31 GB sent, 95.06 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.